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;