diff --git a/ui/jquery.ui.menu.js b/ui/jquery.ui.menu.js index a67bc34bfd2..b84915052a9 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() ) {