Skip to content

Commit f96bb55

Browse files
authored
fix #2
1 parent de91fbf commit f96bb55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/modclock/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Graphics.prototype.setFontBold = function(scale) {
99
{ // must be inside our own scope here so that when we are unloaded everything disappears
1010
// we also define functions using 'let fn = function() {..}' for the same reason. function decls are global
1111
let drawTimeout;
12-
let dateStrWidth;
1312
let showInlineClkInfo=true;
1413
let calcStrLength=function(str,maxLength){
1514

0 commit comments

Comments
 (0)