Issue 1982: eventSources does not work (updated)
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by megam...@gmail.com, Aug 28, 2013
Why does this JSFiddle example not work?

If you comment out the "eventSources" line and instead uncomment the "events" line, everything is okay. Why does the "eventSources" property not work? It has worked up until I updated fullCalendar and jQuery.

http://jsfiddle.net/kzaG3/1/


Aug 28, 2013
Project Member #1 adamrs...@gmail.com
 Issue 1981  has been merged into this issue.
Aug 28, 2013
Project Member #2 adamrs...@gmail.com
It's because you need to write valid JSON. jQuery requires it. You need to put quotes around property names like "title"
Status: Done