mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #2076 from hirayama-onagigawa-computing/fix_box_widget_collapsing
Fix typo which breaks BoxWidget collapsing.pull/2091/head
commit
100a35f3ce
|
@ -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…
Reference in New Issue