Doing setTimeout(Bangle.drawWidgets, 10) would run drawWidgets without setting this to anything. I think it may work, but for many functions it would fail
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Doing
setTimeout(Bangle.drawWidgets, 10)
would rundrawWidgets
without settingthis
to anything. I think it may work, but for many functions it would fail