Fixed formatting

This commit is contained in:
Daniel Vilanova Yamuza 2019-02-24 15:23:09 +01:00
parent 68834fc648
commit f8fe281c43

2
dist/js/adminlte.js vendored
View file

@ -1086,7 +1086,7 @@ throw new Error('AdminLTE requires jQuery')
//tree.find(Selector.open).removeClass(ClassName.open);
parentLi.removeClass(ClassName.open);
tree.slideUp(this.options.animationSpeed, function () {
tree.slideUp(this.options.animationSpeed, function () {
//tree.find(Selector.open + ' > ' + Selector.treeview).slideUp();
setTimeout(() => $(this.element).trigger(collapsedEvent), 0);
}.bind(this));