Issue 1003: eventSources throws error 1.5.1
Status:  Done
Owner: ----
Closed:  Jul 2011
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