Syntax error

master
hopkira 2020-06-01 15:24:22 +01:00
parent 7cf0154259
commit 6962fd01d6
1 changed files with 1 additions and 1 deletions

View File

@ -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