Fixed formatting

pull/2067/head
Daniel Vilanova Yamuza 2019-02-24 15:23:09 +01:00
parent 68834fc648
commit f8fe281c43
1 changed files with 1 additions and 1 deletions

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));