소스 검색

Fix typo which breaks BoxWidget collapsing.

平山 度 6 년 전
부모
커밋
998a1ff4be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      build/js/BoxWidget.js

+ 1 - 1
build/js/BoxWidget.js

@@ -101,7 +101,7 @@
         $(this.element).addClass(ClassName.collapsed);
         $(this.element).trigger(collapsedEvent);
       }.bind(this))
-      .trigger(expandingEvent);
+      .trigger(collapsingEvent);
   };
 
   BoxWidget.prototype.remove = function () {