Fix typo which breaks BoxWidget collapsing.

This commit is contained in:
平山 度 2019-03-15 17:33:15 +09:00
parent 4672183ea0
commit 998a1ff4be

View file

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