parent
00818886a6
commit
62a5be694c
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue