Skip to content

Commit

Permalink
Merge pull request #923 from Automattic/navigation-js-tab-documentation
Browse files Browse the repository at this point in the history
Clarify TAB key support in navigation header comment; Fixes #917
  • Loading branch information
sixhours committed Feb 26, 2016
2 parents 6ae1147 + 0ab215d commit 44550d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/navigation.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* File navigation.js.
*
* Handles toggling the navigation menu for small screens and enables tab
* support for dropdown menus.
* Handles toggling the navigation menu for small screens and enables TAB key
* navigation support for dropdown menus.
*/
( function() {
var container, button, menu, links, subMenus, i, len;
Expand Down

0 comments on commit 44550d4

Please sign in to comment.