mirror of https://github.com/espruino/BangleApps
Missing semi-colon
parent
97696f7928
commit
d9cd94226e
|
@ -113,7 +113,7 @@ const fullReset = () => {
|
|||
if (drawTimeout) clearTimeout(drawTimeout);
|
||||
if (waitTimeout) clearTimeout(waitTimeout);
|
||||
if (drawInterval) clearInterval(drawInterval);
|
||||
}
|
||||
};
|
||||
|
||||
const start = () => {
|
||||
fullReset();
|
||||
|
|
Loading…
Reference in New Issue