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.
*
* 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;