Merge pull request #2093 from Imbuzi/patch-1

Update adminlte.js
This commit is contained in:
Aigars Silkalns
2019-04-10 17:36:47 +03:00
committed by GitHub

2
dist/js/adminlte.js vendored
View File

@@ -241,7 +241,7 @@ throw new Error('AdminLTE requires jQuery')
$(this.element).addClass(ClassName.collapsed);
$(this.element).trigger(collapsedEvent);
}.bind(this))
.trigger(expandingEvent);
.trigger(collapsingEvent);
};
BoxWidget.prototype.remove = function () {