diff --git a/background/update.js b/background/update.js index 60be0ba1..3276d883 100644 --- a/background/update.js +++ b/background/update.js @@ -1,6 +1,6 @@ /* global styleSectionsEqual prefs download tryJSONparse ignoreChromeError calcStyleDigest getStyleWithNoCode debounce chromeLocal - usercss semverCompare + usercss semverCompare styleJSONseemsValid API_METHODS styleManager */ 'use strict'; diff --git a/js/sections-util.js b/js/sections-util.js index 9a45b1c2..f44b52a2 100644 --- a/js/sections-util.js +++ b/js/sections-util.js @@ -1,4 +1,4 @@ -/* exported styleSectionsEqual styleCodeEmpty calcStyleDigest */ +/* exported styleSectionsEqual styleCodeEmpty calcStyleDigest styleJSONseemsValid */ 'use strict'; function styleCodeEmpty(code) {