Skip to content

Commit 6fe0f56

Browse files
committed
templates: Code cleanup
* Remove unneeded semicolon. * Add missing semicolon. * Add linefeed at end of file Signed-off-by: Stefan Weil <[email protected]>
1 parent 8c3b7b5 commit 6fe0f56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/Sparkle/assets/js/circular.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
if (!execAsap)
99
func.apply(obj, args);
1010
timeout = null;
11-
};
11+
}
1212

1313
if (timeout)
1414
clearTimeout(timeout);
@@ -17,7 +17,7 @@
1717

1818
timeout = setTimeout(delayed, threshold || 100);
1919
};
20-
}
20+
};
2121
// smartresize
2222
jQuery.fn[sr] = function(fn){ return fn ? this.bind('resize', debounce(fn)) : this.trigger(sr); };
2323

@@ -140,4 +140,4 @@ function circularText(canvas, x, y, size, text, color) {
140140
fontFamily: "Lucida Grande, Verdana, sans-serif",
141141
text: text
142142
});
143-
}
143+
}

0 commit comments

Comments
 (0)