Skip to content

Commit b968ac3

Browse files
committed
Menu: Whitespace
1 parent 87dc9ce commit b968ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/jquery.ui.menu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,11 +430,11 @@ $.widget( "ui.menu", {
430430
}
431431
},
432432

433-
next: function(event) {
433+
next: function( event ) {
434434
this._move( "next", "first", event );
435435
},
436436

437-
previous: function(event) {
437+
previous: function( event ) {
438438
this._move( "prev", "last", event );
439439
},
440440

0 commit comments

Comments
 (0)