aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorkborchers <kris.borchers@gmail.com>2012-07-09 23:43:52 -0500
committerkborchers <kris.borchers@gmail.com>2012-07-10 00:14:54 -0500
commit1a22a675d89b421556bf02ee1565587c6ec5a13d (patch)
tree642e5296c8eeaed61f66c8f20bf9288cf76f88fc /ui
parent22d078aac608628323c687d1b7fe4424f47fd37f (diff)
downloadjquery-ui-1a22a675d89b421556bf02ee1565587c6ec5a13d.tar.gz
jquery-ui-1a22a675d89b421556bf02ee1565587c6ec5a13d.zip
Menu: Remove unnecessary returns from expand and collapse
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.menu.js2
1 files changed, 0 insertions, 2 deletions
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;
}
},