diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-28 19:24:38 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-28 19:24:51 +0200 |
commit | 9949fa4d7630a6f44a8b1605548fd83c9f245a84 (patch) | |
tree | c6cc44701bdcfda4ca3c40057b9d1aef33390a2f /ui/jquery.ui.menu.js | |
parent | 8959057ecced5287d94d1edd219ec00cf4117ef8 (diff) | |
download | jquery-ui-9949fa4d7630a6f44a8b1605548fd83c9f245a84.tar.gz jquery-ui-9949fa4d7630a6f44a8b1605548fd83c9f245a84.zip |
Menu: Good enough
Diffstat (limited to 'ui/jquery.ui.menu.js')
-rw-r--r-- | ui/jquery.ui.menu.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js index a67bc34bf..b84915052 100644 --- a/ui/jquery.ui.menu.js +++ b/ui/jquery.ui.menu.js @@ -180,8 +180,7 @@ $.widget("ui.menu", { this.activate( event, this.element.children(edge)[filter]() ); } }, - - // TODO merge with previousPage + nextPage: function( event ) { if ( this._hasScroll() ) { if ( !this.active || this.last() ) { @@ -203,7 +202,6 @@ $.widget("ui.menu", { } }, - // TODO merge with nextPage previousPage: function( event ) { if ( this._hasScroll() ) { if ( !this.active || this.first() ) { |