Tell JSHint about Firefox's globals

This commit is contained in:
Jeremy Ruston
2012-07-13 11:26:12 +01:00
parent 3f1e8ee79a
commit a7c1b1896e
+1 -1
View File
@@ -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) {