forked from mirror/_s
Clarify TAB key support in navigation header comment
This commit is contained in:
parent
6ae11474be
commit
0ab215d1c8
|
@ -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;
|
||||
|
|
Reference in New Issue