Fix: csslint is moved
This commit is contained in:
parent
7b9348a545
commit
81f490c34d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user