Fixed indentation
This commit is contained in:
parent
07735a5c9d
commit
c67ebe4285
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -15,7 +15,7 @@ const skipModels = new Set(['gray']);
|
|||
const styles = Object.create(null);
|
||||
|
||||
function escapeStringRegexp(str) {
|
||||
return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
||||
return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
||||
}
|
||||
|
||||
function applyOptions(obj, options = {}) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue