diff options
-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() ) { |