redundant function removed (thanks to Thinkscape)

master
Sergei O. Udalov 2011-08-10 13:04:47 +04:00
parent ef75b50052
commit 342325766b
1 changed files with 1 additions and 3 deletions

View File

@ -64,6 +64,4 @@ var setDefaults = function(d) {
}
$.fullCalendar.setDefaults = function(d) {
setDefaults(d);
}
$.fullCalendar.setDefaults = setDefaults;