kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Keeping JSHint happy
rodzic
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";
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue