From 537343fc8ec6ddccd9193b58f54227be4106cd28 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 28 Nov 2008 17:15:50 +0000 Subject: oooops git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25296 d0d07461-0603-4401-acd4-de1884942a52 --- clock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clock.js') 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); -- cgit v1.2.3