Menu: Whitespace

This commit is contained in:
kborchers 2012-02-06 14:13:45 -06:00
parent 87dc9ce24a
commit b968ac32a1

View File

@ -430,11 +430,11 @@ $.widget( "ui.menu", {
}
},
next: function(event) {
next: function( event ) {
this._move( "next", "first", event );
},
previous: function(event) {
previous: function( event ) {
this._move( "prev", "last", event );
},