Remove useless parameters

pull/6468/merge
Hejx 2017-08-28 17:57:27 +08:00 committed by 杨奕
parent f68af37f26
commit 4b4b6ddf97
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
}
clearTimeout(this.timeout);
this.timeout = setTimeout(() => {
this.rootMenu.closeMenu(this.index, this.indexPath);
this.rootMenu.closeMenu(this.index);
}, 300);
}
},