Ahh - actually sorry, I think that was bad code on my part. WIDGETS is an object, not an array - so for (var w of WIDGETS) w.area="tl"; would be better
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.
Ahh - actually sorry, I think that was bad code on my part. WIDGETS is an object, not an array - so
for (var w of WIDGETS) w.area="tl";
would be better