From 0ab215d1c8e3e3c4b7e3fdc6213746a819f5afca Mon Sep 17 00:00:00 2001 From: sixhours Date: Fri, 26 Feb 2016 10:05:46 -0500 Subject: [PATCH] Clarify TAB key support in navigation header comment --- js/navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/navigation.js b/js/navigation.js index ac3c3a84..b6c7845b 100644 --- a/js/navigation.js +++ b/js/navigation.js @@ -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;