Fixes "backgroud" typo.

This commit is contained in:
Stephen Harris
2013-07-17 23:20:05 -07:00
committed by Adam Shaw
parent 33e93dfad7
commit 5b25ed39ef
+1 -1
View File
@@ -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);