diff options
Diffstat (limited to 'ui/jquery.ui.selectmenu.js')
-rw-r--r-- | ui/jquery.ui.selectmenu.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/jquery.ui.selectmenu.js b/ui/jquery.ui.selectmenu.js index 73ab01cee..2b9fea65a 100644 --- a/ui/jquery.ui.selectmenu.js +++ b/ui/jquery.ui.selectmenu.js @@ -175,9 +175,6 @@ $.widget( "ui.selectmenu", { this.menu.menu( "refresh" ); this.menuItems = this.menu.find( "li" ).not( '.ui-selectmenu-optgroup' ); - // adjust ARIA - this.menuItems.find( 'a' ).attr( 'role', 'option' ); - // select current item item = this._getSelectedItem(); this.menu.menu( "focus", null, item ); |