My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1003: eventSources throws error 1.5.1
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jul 2011


Sign in to add a comment
 
Reported by a...@wearebluefly.com, Jun 17, 2011
Came across an issue this morning with 1.5.1. 

Following the tutorial I was being thrown an error about eventSources (line 145 fullcalendar.js) so had to adjust my JS to:

$('#calendar').fullCalendar({
		eventSources: []
});



Jul 11, 2011
Project Member #1 adamrs...@gmail.com
what value did you have eventSources set to when the error was happening? if it was false, or null, an error should have been thrown. otherwise, if there was no eventSources property given at all, everything should have been fine. i just tested it.
Status: Done
Sign in to add a comment

Powered by Google Project Hosting