Issue 1130: updateEvent backgroundColor bug
Status:  Released
Owner: ----
Closed:  Aug 2013
Project Member Reported by adamrs...@gmail.com, Sep 28, 2011
from mark m...

Just noticed in your FullCalendar.js file (v1.5.1), on line 1077 there is a typo:

e.backgroudColor = event.backgroudColor;

should obviously be:

e.backgroundColor = event.backgroundColor;

This was stopping the colors being set when passed in via a JSON feed.

Apologies if this isn't the correct forum to report the error, or if it has been fixed in a newer version.

Aug 13, 2013
Project Member #1 adamrs...@gmail.com
fixed in a past release
Status: Released
Owner: ---
Labels: -Type-Defect Type-Bug