1
0
Fork 0

Fix example clock app that didn't work!

master
Gordon Williams 2024-04-19 15:29:46 +01:00
parent 0a097dd031
commit 96cc679b24
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// timeout used to update every minute
var drawTimeout;
let drawTimeout;
// schedule a draw for the next minute
function queueDraw() {