mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-06-27 16:10:13 +08:00
fixed regression where fullCalendar wouldn't intialize without options
This commit is contained in:
@@ -9,6 +9,8 @@ function Calendar(element, instanceOptions) {
|
||||
// -----------------------------------------------------------------------------------
|
||||
// Precedence (lowest to highest): defaults, rtlDefaults, langOptions, instanceOptions
|
||||
|
||||
instanceOptions = instanceOptions || {};
|
||||
|
||||
var options = mergeOptions({}, defaults, instanceOptions);
|
||||
var langOptions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user