Fix: csslint is moved

This commit is contained in:
eight 2017-08-30 17:41:07 +08:00
parent 7b9348a545
commit 81f490c34d

View File

@ -127,7 +127,7 @@ var mozParser = (function () {
// Parse mozilla-format userstyle into sections // Parse mozilla-format userstyle into sections
parse(text) { parse(text) {
if (typeof parserlib === 'undefined') { if (typeof parserlib === 'undefined') {
return loadScript('vendor/csslint/csslint-worker.js') return loadScript('vendor-overwrites/csslint/csslint-worker.js')
.then(() => parseMozFormat(text)); .then(() => parseMozFormat(text));
} }
return parseMozFormat(text); return parseMozFormat(text);