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.
|
* File navigation.js.
|
||||||
*
|
*
|
||||||
* Handles toggling the navigation menu for small screens and enables tab
|
* Handles toggling the navigation menu for small screens and enables TAB key
|
||||||
* support for dropdown menus.
|
* navigation support for dropdown menus.
|
||||||
*/
|
*/
|
||||||
( function() {
|
( function() {
|
||||||
var container, button, menu, links, subMenus, i, len;
|
var container, button, menu, links, subMenus, i, len;
|
||||||
|
|
Reference in New Issue