From 9bd3daf51783e70d47a08add93c08ad07dea3d96 Mon Sep 17 00:00:00 2001 From: David Volovskiy Date: Sun, 20 Apr 2025 11:32:19 -0400 Subject: [PATCH] defined vals --- apps/jsonclock/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/jsonclock/app.js b/apps/jsonclock/app.js index 5402f778c..17b2c7f48 100644 --- a/apps/jsonclock/app.js +++ b/apps/jsonclock/app.js @@ -112,7 +112,7 @@ let getVal = function(now, loc) { let loadJson = function() { const now = new Date(); - vals = getVal(now, location); + const vals = getVal(now, location); //vals.steps = null; // For testing; uncomment to see the steps not appear //location.location = null; // For testing, if null, the time becomes an struct to take up sun's struct let raw;