diff --git a/build/js/BoxWidget.js b/build/js/BoxWidget.js index 26bcf1c30..58c375629 100644 --- a/build/js/BoxWidget.js +++ b/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 () {