templates: Code cleanup
* Remove unneeded semicolon. * Add missing semicolon. * Add linefeed at end of file Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
4
templates/Sparkle/assets/js/circular.js
vendored
4
templates/Sparkle/assets/js/circular.js
vendored
@@ -8,7 +8,7 @@
|
||||
if (!execAsap)
|
||||
func.apply(obj, args);
|
||||
timeout = null;
|
||||
};
|
||||
}
|
||||
|
||||
if (timeout)
|
||||
clearTimeout(timeout);
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
timeout = setTimeout(delayed, threshold || 100);
|
||||
};
|
||||
}
|
||||
};
|
||||
// smartresize
|
||||
jQuery.fn[sr] = function(fn){ return fn ? this.bind('resize', debounce(fn)) : this.trigger(sr); };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user