redundant function removed (thanks to Thinkscape)

This commit is contained in:
Sergei O. Udalov 2011-08-10 13:04:47 +04:00
parent ef75b50052
commit 342325766b

View file

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