diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-06-08 10:05:32 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-06-08 10:05:32 -0400 |
commit | 302b760bd00e82d9f5a8cef4ba821c1759a6601b (patch) | |
tree | b128712347390937b10066e55745bdac5dfb638c /themes/twentyfourteen/js/functions.js | |
parent | Update jetpack 6.0 (diff) | |
download | blogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.tar.gz blogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.tar.bz2 blogs-gentoo-302b760bd00e82d9f5a8cef4ba821c1759a6601b.zip |
Update twentyfourteen 2.2
Diffstat (limited to 'themes/twentyfourteen/js/functions.js')
-rw-r--r-- | themes/twentyfourteen/js/functions.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/twentyfourteen/js/functions.js b/themes/twentyfourteen/js/functions.js index a21849ec..ac4629d7 100644 --- a/themes/twentyfourteen/js/functions.js +++ b/themes/twentyfourteen/js/functions.js @@ -122,7 +122,8 @@ } ); /** - * @summary Add or remove ARIA attributes. + * Add or remove ARIA attributes. + * * Uses jQuery's width() function to determine the size of the window and add * the default ARIA attributes for the menu toggle if it's visible. * @since Twenty Fourteen 1.4 |