mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Bangle.js: E.showMenu now has some colour, bigger, with next/prev indicators, and works with widgets
3 lines
71 B
JavaScript
3 lines
71 B
JavaScript
(function() {
|
|
if (global.WIDGETS) for (var w of WIDGETS) w.draw();
|
|
}) |