Clarify TAB key support in navigation header comment

This commit is contained in:
sixhours 2016-02-26 10:05:46 -05:00
parent 6ae11474be
commit 0ab215d1c8
1 changed files with 2 additions and 2 deletions

View File

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