remove unnecessary semicolon

pull/2591/head
thyttan 2023-02-20 21:00:13 +01:00
parent ebc2916f6f
commit 918ab8158c
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();