forked from FOSS/BangleApps
sixths: add fixme.
parent
942ff4aaf8
commit
1b40897ea2
|
@ -675,11 +675,10 @@ function every(now) {
|
||||||
lastHour = now.getHours();
|
lastHour = now.getHours();
|
||||||
hourly();
|
hourly();
|
||||||
}
|
}
|
||||||
if (lastMin / 5 != now.getMinutes() / 5) {
|
if (lastMin / 5 != now.getMinutes() / 5) { // fixme, trunc?
|
||||||
lastMin = now.getMinutes();
|
lastMin = now.getMinutes();
|
||||||
fivemin();
|
fivemin();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function testBearing() {
|
function testBearing() {
|
||||||
|
|
Loading…
Reference in New Issue