aboutsummaryrefslogtreecommitdiffstats
path: root/clock.js
diff options
context:
space:
mode:
Diffstat (limited to 'clock.js')
-rw-r--r--clock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/clock.js b/clock.js
index 759513a..1f65961 100644
--- a/clock.js
+++ b/clock.js
@@ -92,7 +92,7 @@ Clock.prototype = {
return setInterval(function () label.setAttribute('value', time()), 100);
},
a: function (label) {
- return setInterval(function () label.setAttribute('value', wday()), 60 * 1000);
+ return setInterval(function () label.setAttribute('value', weekDay()), 60 * 1000);
},
d: function (label) {
return setInterval(function () label.setAttribute('value', day()), 60 * 1000);