1
0
Fork 0

sixths: add fixme.

master
Pavel Machek 2024-08-22 14:49:00 +02:00
parent 942ff4aaf8
commit 1b40897ea2
1 changed files with 1 additions and 2 deletions

View File

@ -675,11 +675,10 @@ function every(now) {
lastHour = now.getHours();
hourly();
}
if (lastMin / 5 != now.getMinutes() / 5) {
if (lastMin / 5 != now.getMinutes() / 5) { // fixme, trunc?
lastMin = now.getMinutes();
fivemin();
}
}
function testBearing() {