fix #2
parent
de91fbfbb7
commit
f96bb55c74
|
|
@ -9,7 +9,6 @@ Graphics.prototype.setFontBold = function(scale) {
|
||||||
{ // must be inside our own scope here so that when we are unloaded everything disappears
|
{ // 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
|
// we also define functions using 'let fn = function() {..}' for the same reason. function decls are global
|
||||||
let drawTimeout;
|
let drawTimeout;
|
||||||
let dateStrWidth;
|
|
||||||
let showInlineClkInfo=true;
|
let showInlineClkInfo=true;
|
||||||
let calcStrLength=function(str,maxLength){
|
let calcStrLength=function(str,maxLength){
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue