1
0
Fork 0
forked from 0x2620/oxjs

updates for loader

This commit is contained in:
rolux 2011-04-23 13:04:37 +02:00
commit 7430ef1023
10 changed files with 429 additions and 192 deletions

View file

@ -926,7 +926,7 @@ Ox.getDateInWeek = function(date, weekday, utc) {
return date;
}
Ox.getDayOfTheYear = function(date) {
Ox.getDayOfTheYear = function(date, utc) {
/*
>>> Ox.getDayOfTheYear(new Date("12/31/2000"))
366