Ver código fonte

Fixes "backgroud" typo.

Stephen Harris 12 anos atrás
pai
commit
5b25ed39ef
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/EventManager.js

+ 1 - 1
src/EventManager.js

@@ -244,7 +244,7 @@ function EventManager(options, _sources) {
 				e.className = event.className;
 				e.className = event.className;
 				e.editable = event.editable;
 				e.editable = event.editable;
 				e.color = event.color;
 				e.color = event.color;
-				e.backgroudColor = event.backgroudColor;
+				e.backgroundColor = event.backgroundColor;
 				e.borderColor = event.borderColor;
 				e.borderColor = event.borderColor;
 				e.textColor = event.textColor;
 				e.textColor = event.textColor;
 				normalizeEvent(e);
 				normalizeEvent(e);