remove superfluous comma
parent
7a2acd8c48
commit
9740753f0b
|
|
@ -20,5 +20,5 @@ Bangle.setUI({
|
||||||
if (process.env.HWVERSION==1 && (n==1 || n==2 || n==3)) {
|
if (process.env.HWVERSION==1 && (n==1 || n==2 || n==3)) {
|
||||||
load();
|
load();
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue