Merge pull request #923 from Automattic/navigation-js-tab-documentation

Clarify TAB key support in navigation header comment; Fixes #917
This commit is contained in:
Caroline Moore 2016-02-26 10:47:55 -05:00
commit 44550d40a3
1 changed files with 2 additions and 2 deletions

View File

@ -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;