diff --git a/core/modules/savers/firefox.js b/core/modules/savers/firefox.js index 12ea68a2e..801459a65 100644 --- a/core/modules/savers/firefox.js +++ b/core/modules/savers/firefox.js @@ -9,7 +9,7 @@ Handles saving changes via Firefox's XUL APIs (function(){ /*jslint node: true, browser: true */ -/*global $tw: false */ +/*global $tw: false, netscape: false, Components: false */ "use strict"; var FirefoxSaver = function(wiki) {