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 (drawTimeout) clearTimeout(drawTimeout);
|
||||||
if (waitTimeout) clearTimeout(waitTimeout);
|
if (waitTimeout) clearTimeout(waitTimeout);
|
||||||
if (drawInterval) clearInterval(drawInterval);
|
if (drawInterval) clearInterval(drawInterval);
|
||||||
}
|
};
|
||||||
|
|
||||||
const start = () => {
|
const start = () => {
|
||||||
fullReset();
|
fullReset();
|
||||||
|
|
Loading…
Reference in New Issue