Fix typo which breaks BoxWidget collapsing.

pull/2076/head
平山 度 6 years ago
parent 4672183ea0
commit 998a1ff4be

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

Loading…
Cancel
Save