Fix showMenu animation callback

remotes/origin/handlebars-approach
Vincent Petry 2015-08-12 17:28:55 +07:00
parent d04a6bce6f
commit aac7c19ab7
1 changed files with 1 additions and 1 deletions

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