| Issue 1356: | Initializing fullCalendar with no options is broken | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 28, 2013
(No comment was entered for this change.)
Labels:
milestone-1.6.4
Aug 31, 2013
https://github.com/arshaw/fullcalendar/commit/3ed1474ef9e9370edc98bf84734c332c373a64d2
Status:
Implemented
Sep 1, 2013
this has been released v1.6.4 https://github.com/arshaw/fullcalendar/blob/v1.6.4/changelog.txt
Status:
Released
|
|
| ► Sign in to add a comment |
Status: Accepted
Labels: -Type-Defect Type-Bug