diff options
author | Felix Nagel <info@felixnagel.com> | 2012-12-12 17:39:00 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2012-12-12 17:39:00 +0100 |
commit | 20aad07fe4e6bf625b23d90cc6689294a304bf52 (patch) | |
tree | ed79164cb105da5e88ecb9b2fc3675d3d396e94a /ui/jquery.ui.selectmenu.js | |
parent | 07328359e9f884e7ab23b431797b5d8f06ea9ec9 (diff) | |
download | jquery-ui-20aad07fe4e6bf625b23d90cc6689294a304bf52.tar.gz jquery-ui-20aad07fe4e6bf625b23d90cc6689294a304bf52.zip |
Selectmenu: fix comment typo
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 790a76e68..ec7a35998 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -145,7 +145,7 @@ $.widget( "ui.selectmenu", { } that.focus = item.index; - // Set ARIA active decendent + // Set ARIA active descendant that.button.attr( "aria-activedescendant", that.menuItems.eq( item.index ).find( "a" ).attr( "id" ) ); }, // set ARIA role |