From f6963397772225a5be2b9d0e6861a62b4a65f878 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Tue, 16 Apr 2019 07:30:55 -0500 Subject: [PATCH] Fix eslint nags --- background/update.js | 2 +- js/sections-util.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {