Merge pull request #2076 from hirayama-onagigawa-computing/fix_box_widget_collapsing

Fix typo which breaks BoxWidget collapsing.
This commit is contained in:
Aigars Silkalns
2019-03-24 19:42:50 +02:00
committed by GitHub

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 () {