We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de91fbf commit f96bb55Copy full SHA for f96bb55
apps/modclock/app.js
@@ -9,7 +9,6 @@ Graphics.prototype.setFontBold = function(scale) {
9
{ // must be inside our own scope here so that when we are unloaded everything disappears
10
// we also define functions using 'let fn = function() {..}' for the same reason. function decls are global
11
let drawTimeout;
12
-let dateStrWidth;
13
let showInlineClkInfo=true;
14
let calcStrLength=function(str,maxLength){
15
0 commit comments