From 9949fa4d7630a6f44a8b1605548fd83c9f245a84 Mon Sep 17 00:00:00 2001 From: jzaefferer Date: Thu, 28 Oct 2010 19:24:38 +0200 Subject: [PATCH] Menu: Good enough --- ui/jquery.ui.menu.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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() ) {