Syntax error
parent
7cf0154259
commit
6962fd01d6
|
|
@ -313,7 +313,7 @@ const setMyWatch = (params) => {
|
||||||
machine = machine.events({object: params.label, status: startEnd(params.bool)});
|
machine = machine.events({object: params.label, status: startEnd(params.bool)});
|
||||||
drawScreen(machine.screen);
|
drawScreen(machine.screen);
|
||||||
}, params.btn, {repeat:true, edge:"both"});
|
}, params.btn, {repeat:true, edge:"both"});
|
||||||
drawWidgets();
|
Bangle.drawWidgets();
|
||||||
};
|
};
|
||||||
|
|
||||||
/* object array used to set up the watching functions
|
/* object array used to set up the watching functions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue