diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js index 4e565de45..7861230aa 100644 --- a/ui/jquery.ui.menu.js +++ b/ui/jquery.ui.menu.js @@ -483,7 +483,6 @@ $.widget( "ui.menu", { if ( newItem && newItem.length ) { this._close(); this.focus( event, newItem ); - return true; } }, @@ -501,7 +500,6 @@ $.widget( "ui.menu", { this._delay(function() { this.focus( event, newItem ); }, 20 ); - return true; } },