mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-23 15:36:52 +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(){
|
||||
|
||||
/*jslint node: true, browser: true */
|
||||
/*global $tw: false */
|
||||
/*global $tw: false, netscape: false, Components: false */
|
||||
"use strict";
|
||||
|
||||
var FirefoxSaver = function(wiki) {
|
||||
|
Loading…
Reference in New Issue
Block a user