Skip to content

Commit 1a22a67

Browse files
committed
Menu: Remove unnecessary returns from expand and collapse
1 parent 22d078a commit 1a22a67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/jquery.ui.menu.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ $.widget( "ui.menu", {
483483
if ( newItem && newItem.length ) {
484484
this._close();
485485
this.focus( event, newItem );
486-
return true;
487486
}
488487
},
489488

@@ -501,7 +500,6 @@ $.widget( "ui.menu", {
501500
this._delay(function() {
502501
this.focus( event, newItem );
503502
}, 20 );
504-
return true;
505503
}
506504
},
507505

0 commit comments

Comments
 (0)