Fix eslint nags

This commit is contained in:
Rob Garrison 2019-04-16 07:30:55 -05:00
parent bb64acbef3
commit f696339777
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* global styleSectionsEqual prefs download tryJSONparse ignoreChromeError
calcStyleDigest getStyleWithNoCode debounce chromeLocal
usercss semverCompare
usercss semverCompare styleJSONseemsValid
API_METHODS styleManager */
'use strict';

View File

@ -1,4 +1,4 @@
/* exported styleSectionsEqual styleCodeEmpty calcStyleDigest */
/* exported styleSectionsEqual styleCodeEmpty calcStyleDigest styleJSONseemsValid */
'use strict';
function styleCodeEmpty(code) {