mirror of https://github.com/ColorlibHQ/AdminLTE
Fix typo which breaks BoxWidget collapsing.
parent
4672183ea0
commit
998a1ff4be
|
@ -101,7 +101,7 @@
|
|||
$(this.element).addClass(ClassName.collapsed);
|
||||
$(this.element).trigger(collapsedEvent);
|
||||
}.bind(this))
|
||||
.trigger(expandingEvent);
|
||||
.trigger(collapsingEvent);
|
||||
};
|
||||
|
||||
BoxWidget.prototype.remove = function () {
|
||||
|
|
Loading…
Reference in New Issue