code cosmetics

This commit is contained in:
tophf 2018-07-05 15:42:55 +03:00
parent d8b776bedf
commit 0d7b8152e8

View File

@ -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,