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

Fix typo which breaks BoxWidget collapsing.
pull/2091/head
Aigars Silkalns 6 years ago committed by GitHub
commit 100a35f3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save