Issue 1356: Initializing fullCalendar with no options is broken
Status:  Released
Owner: ----
Closed:  Sep 2013
Reported by d...@fabuso.com, Mar 28, 2012
When simply doing:

$('#calendar').fullCalendar();

I get an "options is undefined" error.

If I add some options everything works fine. I would expect to be able to not pass in options and work off default options, as this is standard in plugin development. A work around for now is to just pass in a redundant option.

I am using jQuery 1.7.2. All I have on the page is the required libraries, js, css, and html.

No need for a url, really easy to reproduce.
Aug 15, 2013
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Initializing fullCalendar with no options is broken (was: options is undefined)
Status: Accepted
Labels: -Type-Defect Type-Bug
Aug 28, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: milestone-1.6.4
Sep 1, 2013
Project Member #4 adamrs...@gmail.com
this has been released v1.6.4
https://github.com/arshaw/fullcalendar/blob/v1.6.4/changelog.txt
Status: Released