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