diff options
author | anekos | 2008-11-28 17:15:50 +0000 |
---|---|---|
committer | anekos | 2008-11-28 17:15:50 +0000 |
commit | 537343fc8ec6ddccd9193b58f54227be4106cd28 (patch) | |
tree | fa2dff469ad59800ca6de857b11f84378d23bb74 /clock.js | |
parent | b38396a8f8aa88915b38ab747b265b089ab96133 (diff) | |
download | vimperator-plugins-537343fc8ec6ddccd9193b58f54227be4106cd28.tar.bz2 |
oooops
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25296 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'clock.js')
-rw-r--r-- | clock.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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);
|