Espruino/libs/js/dickens/Bangle_setUI_DICKENS.js
2023-09-27 14:57:47 +01:00

10 lines
239 B
JavaScript

(function(mode, cb) {
if (Bangle.btnWatches) {
Bangle.btnWatches.forEach(w => {
try { clearWatch(w); } catch (e) {}
});
delete Bangle.btnWatches;
}
// this is just a replacement for E.clearWatches for the moment
})