Remove useless parameters

This commit is contained in:
Hejx 2017-08-28 17:57:27 +08:00 committed by 杨奕
parent f68af37f26
commit 4b4b6ddf97

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