remove unnecessary semicolon

master
thyttan 2023-02-20 21:00:13 +01:00
parent 125a2361c7
commit 8a3be33195
1 changed files with 1 additions and 1 deletions

View File

@ -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();