1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-27 03:57:21 +00:00

Keeping JSHint happy

This commit is contained in:
Jeremy Ruston 2012-01-14 17:23:43 +00:00
parent b7d0942625
commit b26bf8e278
2 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,7 @@ utils.stitchElement = function(element,attributes,options) {
};
utils.nextTick = function(fn) {
/*global window: false */
if(typeof window !== "undefined") {
window.setTimeout(fn,4);
} else {

View File

@ -1,6 +1,7 @@
(function() {
/*jslint node: true */
/*global modules: false */
"use strict";
/*