redundant function removed (thanks to Thinkscape)
This commit is contained in:
parent
ef75b50052
commit
342325766b
1 changed files with 1 additions and 3 deletions
|
@ -64,6 +64,4 @@ var setDefaults = function(d) {
|
|||
}
|
||||
|
||||
|
||||
$.fullCalendar.setDefaults = function(d) {
|
||||
setDefaults(d);
|
||||
}
|
||||
$.fullCalendar.setDefaults = setDefaults;
|
||||
|
|
Loading…
Add table
Reference in a new issue