소스 검색

Fixes "backgroud" typo.

Stephen Harris 12 년 전
부모
커밋
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);