Skip to content

Commit 9949fa4

Browse files
committed
Menu: Good enough
1 parent 8959057 commit 9949fa4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/jquery.ui.menu.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,7 @@ $.widget("ui.menu", {
180180
this.activate( event, this.element.children(edge)[filter]() );
181181
}
182182
},
183-
184-
// TODO merge with previousPage
183+
185184
nextPage: function( event ) {
186185
if ( this._hasScroll() ) {
187186
if ( !this.active || this.last() ) {
@@ -203,7 +202,6 @@ $.widget("ui.menu", {
203202
}
204203
},
205204

206-
// TODO merge with nextPage
207205
previousPage: function( event ) {
208206
if ( this._hasScroll() ) {
209207
if ( !this.active || this.first() ) {

0 commit comments

Comments
 (0)