1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-29 00:33:15 +00:00

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

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) {