Fix typo which breaks BoxWidget collapsing.

pull/2076/head
平山 度 2019-03-15 17:33:15 +09:00
parent 4672183ea0
commit 998a1ff4be
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 () {