master
RKBoss6 2025-06-30 21:22:53 -04:00 committed by GitHub
parent de91fbfbb7
commit f96bb55c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ Graphics.prototype.setFontBold = function(scale) {
{ // must be inside our own scope here so that when we are unloaded everything disappears
// we also define functions using 'let fn = function() {..}' for the same reason. function decls are global
let drawTimeout;
let dateStrWidth;
let showInlineClkInfo=true;
let calcStrLength=function(str,maxLength){