mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-07-25 13:10:31 +08:00
Fixes "backgroud" typo.
This commit is contained in:
committed by
Adam Shaw
parent
33e93dfad7
commit
5b25ed39ef
+1
-1
@@ -244,7 +244,7 @@ function EventManager(options, _sources) {
|
||||
e.className = event.className;
|
||||
e.editable = event.editable;
|
||||
e.color = event.color;
|
||||
e.backgroudColor = event.backgroudColor;
|
||||
e.backgroundColor = event.backgroundColor;
|
||||
e.borderColor = event.borderColor;
|
||||
e.textColor = event.textColor;
|
||||
normalizeEvent(e);
|
||||
|
||||
Reference in New Issue
Block a user