We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8959057 commit 9949fa4Copy full SHA for 9949fa4
ui/jquery.ui.menu.js
@@ -180,8 +180,7 @@ $.widget("ui.menu", {
180
this.activate( event, this.element.children(edge)[filter]() );
181
}
182
},
183
-
184
- // TODO merge with previousPage
+
185
nextPage: function( event ) {
186
if ( this._hasScroll() ) {
187
if ( !this.active || this.last() ) {
@@ -203,7 +202,6 @@ $.widget("ui.menu", {
203
202
204
205
206
- // TODO merge with nextPage
207
previousPage: function( event ) {
208
209
if ( !this.active || this.first() ) {
0 commit comments