mirror of https://github.com/espruino/BangleApps
Fix indentation
parent
c012d8196d
commit
a92f617bdd
|
@ -80,7 +80,7 @@ function decrementCountdownTime() {
|
|||
}
|
||||
|
||||
function toggleShow(timeIndex) {
|
||||
show[timeIndex] = !show[timeIndex];
|
||||
show[timeIndex] = !show[timeIndex];
|
||||
}
|
||||
|
||||
function twoPadded(i) {
|
||||
|
|
Loading…
Reference in New Issue