code cosmetics
This commit is contained in:
parent
d8b776bedf
commit
0d7b8152e8
|
@ -21,7 +21,7 @@ window.API_METHODS = Object.assign(window.API_METHODS || {}, {
|
||||||
parseCss({code}) {
|
parseCss({code}) {
|
||||||
return usercss.invokeWorker({action: 'parse', code});
|
return usercss.invokeWorker({action: 'parse', code});
|
||||||
},
|
},
|
||||||
getPrefs: () => prefs.getAll(),
|
getPrefs: prefs.getAll,
|
||||||
healthCheck: () => dbExec().then(() => true),
|
healthCheck: () => dbExec().then(() => true),
|
||||||
|
|
||||||
detectSloppyRegexps,
|
detectSloppyRegexps,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user