mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 20:29:10 +00:00
Tell JSHint about Firefox's globals
This commit is contained in:
parent
3f1e8ee79a
commit
a7c1b1896e
@ -9,7 +9,7 @@ Handles saving changes via Firefox's XUL APIs
|
|||||||
(function(){
|
(function(){
|
||||||
|
|
||||||
/*jslint node: true, browser: true */
|
/*jslint node: true, browser: true */
|
||||||
/*global $tw: false */
|
/*global $tw: false, netscape: false, Components: false */
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var FirefoxSaver = function(wiki) {
|
var FirefoxSaver = function(wiki) {
|
||||||
|
Loading…
Reference in New Issue
Block a user