mirror of https://github.com/espruino/BangleApps
remove unnecessary semicolon
parent
ebc2916f6f
commit
918ab8158c
|
@ -121,7 +121,7 @@ lc.push({ type:"h", filly:1, c:[
|
|||
// Now calculate the layout
|
||||
let layout = new Layout( {
|
||||
type:"v", c: lc
|
||||
},{lazy:true, btns:[{ label:"START", cb: ()=>{if (karvonnenActive) {stopKarvonnenUI();run();}; onStartStop();}, id:"button"}]});
|
||||
},{lazy:true, btns:[{ label:"START", cb: ()=>{if (karvonnenActive) {stopKarvonnenUI();run();} onStartStop();}, id:"button"}]});
|
||||
delete lc;
|
||||
layout.render();
|
||||
|
||||
|
|
Loading…
Reference in New Issue