mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Keeping JSHint happy
This commit is contained in:
parent
b7d0942625
commit
b26bf8e278
@ -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 {
|
||||
|
@ -1,6 +1,7 @@
|
||||
(function() {
|
||||
|
||||
/*jslint node: true */
|
||||
/*global modules: false */
|
||||
"use strict";
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user