Merge pull request #2 from stweedo/stweedo-patch-1

Update app.js
master
stweedo 2023-05-07 01:18:37 -05:00 committed by GitHub
commit ccd4b0a587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ Graphics.prototype.setFontLondrinaSolid = function() {
remove: function() { remove: function() {
if (drawTimeout) clearTimeout(drawTimeout); if (drawTimeout) clearTimeout(drawTimeout);
drawTimeout = undefined; drawTimeout = undefined;
delete Graphics.prototype.setFontLondrinaSolid;
delete Graphics.prototype.setFontLondrinaShadow;
delete Graphics.prototype.setFontDotGothic16;
} }
}); });
Bangle.loadWidgets(); Bangle.loadWidgets();