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

Fix typo which breaks BoxWidget collapsing.
pull/2091/head
Aigars Silkalns 2019-03-24 19:42:50 +02:00 committed by GitHub
commit 100a35f3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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