Stephen Harris 12 лет назад
Родитель
Сommit
5b25ed39ef
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/EventManager.js

+ 1 - 1
src/EventManager.js

@@ -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);