if (onDrag !== undefined) Bangle.removeListener('drag',onDrag);
gives me
Uncaught ReferenceError: "onDrag" is not defined
at line 12 col 770 in hworldclock.app.js
...ut);drawTimeout=undefined;if(onDrag!==undefined)Bangle.removeListener('drag',on...
^
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.
gives me