Skip to content

Commit

Permalink
Menu: Style updates
Browse files Browse the repository at this point in the history
Ref #14246
Ref gh-1588
  • Loading branch information
arschmitz committed Aug 21, 2015
1 parent 20fae72 commit 3b99bf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/unit/menu/common.js
Expand Up @@ -18,7 +18,7 @@ common.testWidget( "menu", {
},
role: "menu",

// callbacks
// Callbacks
blur: null,
create: null,
focus: null,
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/menu/events.js
Expand Up @@ -333,7 +333,7 @@ asyncTest( "handle keyboard navigation on menu without scroll and with submenus"
element.simulate( "keydown", { keyCode: $.ui.keyCode.LEFT } );
equal( logOutput(), "keydown,4", "Keydown LEFT (close submenu)" );

// re-open submenu
// Re-open submenu
element.simulate( "keydown", { keyCode: $.ui.keyCode.RIGHT } );
setTimeout( menukeyboard3 );
}
Expand Down Expand Up @@ -525,7 +525,7 @@ asyncTest( "handle keyboard navigation on menu with scroll and with submenus", f
element.simulate( "keydown", { keyCode: $.ui.keyCode.LEFT } );
equal( logOutput(), "keydown,1", "Keydown LEFT (close submenu)" );

// re-open submenu
// Re-open submenu
element.simulate( "keydown", { keyCode: $.ui.keyCode.RIGHT } );
setTimeout( menukeyboard3, 50 );
}
Expand Down
2 changes: 1 addition & 1 deletion ui/widgets/menu.js
Expand Up @@ -52,7 +52,7 @@ return $.widget( "ui.menu", {
},
role: "menu",

// callbacks
// Callbacks
blur: null,
focus: null,
select: null
Expand Down

0 comments on commit 3b99bf4

Please sign in to comment.