We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049dfe3 commit 9bd3dafCopy full SHA for 9bd3daf
apps/jsonclock/app.js
@@ -112,7 +112,7 @@ let getVal = function(now, loc) {
112
113
let loadJson = function() {
114
const now = new Date();
115
- vals = getVal(now, location);
+ const vals = getVal(now, location);
116
//vals.steps = null; // For testing; uncomment to see the steps not appear
117
//location.location = null; // For testing, if null, the time becomes an struct to take up sun's struct
118
let raw;
0 commit comments