Selectmenu: fix comment typo

This commit is contained in:
Felix Nagel 2012-12-12 17:39:00 +01:00
parent 07328359e9
commit 20aad07fe4

View File

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