From 6fe0f56e416cc841d0663871d57a79b3733f517b Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 8 Feb 2015 18:03:51 +0100 Subject: [PATCH] templates: Code cleanup * Remove unneeded semicolon. * Add missing semicolon. * Add linefeed at end of file Signed-off-by: Stefan Weil --- templates/Sparkle/assets/js/circular.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/Sparkle/assets/js/circular.js b/templates/Sparkle/assets/js/circular.js index 2a4e5069..2a56e49e 100644 --- a/templates/Sparkle/assets/js/circular.js +++ b/templates/Sparkle/assets/js/circular.js @@ -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); }; @@ -140,4 +140,4 @@ function circularText(canvas, x, y, size, text, color) { fontFamily: "Lucida Grande, Verdana, sans-serif", text: text }); -} \ No newline at end of file +}