diff --git a/edit/edit.js b/edit/edit.js index a9e195bb..9c16976c 100644 --- a/edit/edit.js +++ b/edit/edit.js @@ -3,7 +3,7 @@ /* global css_beautify */ /* global CSSLint initLint linterConfig updateLintReport renderLintReport updateLinter */ /* global mozParser createSourceEditor */ -/* global loadScript */ +/* global loadScript closeCurrentTab */ 'use strict'; diff --git a/install-usercss/install-usercss.js b/install-usercss/install-usercss.js index ea9ac6ef..fd2ef383 100644 --- a/install-usercss/install-usercss.js +++ b/install-usercss/install-usercss.js @@ -1,4 +1,4 @@ -/* global CodeMirror semverCompare makeLink */ +/* global CodeMirror semverCompare makeLink closeCurrentTab */ 'use strict';