Fix showMenu animation callback

This commit is contained in:
Vincent Petry 2015-08-12 17:28:55 +02:00
parent d04a6bce6f
commit aac7c19ab7
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ var OC={
$menuEl.show();
$menuEl.trigger(new $.Event('afterShow'));
// no animation
if (_.isFunction()) {
if (_.isFunction(complete)) {
complete();
}
},