Show
Ignore:
Timestamp:
11/29/08 02:15:50 (6 weeks ago)
Author:
anekos
Message:

oooops

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/clock.js

    r25288 r25296  
    9393            }, 
    9494            a: function (label) { 
    95                 return setInterval(function () label.setAttribute('value', wday()), 60 * 1000); 
     95                return setInterval(function () label.setAttribute('value', weekDay()), 60 * 1000); 
    9696            }, 
    9797            d: function (label) {