File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ $.widget("ui.accordion", {
140
140
this . headers
141
141
. unbind ( ".accordion" )
142
142
. removeClass ( "ui-accordion-header ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-corner-top" )
143
- . removeAttr ( "role" ) . removeAttr ( "aria-expanded" ) . removeAttr ( "tabindex " ) ;
143
+ . removeAttr ( "role" ) . removeAttr ( "aria-expanded" ) . removeAttr ( "tabIndex " ) ;
144
144
145
- this . headers . find ( "a" ) . removeAttr ( "tabindex " ) ;
145
+ this . headers . find ( "a" ) . removeAttr ( "tabIndex " ) ;
146
146
this . _destroyIcons ( ) ;
147
147
var contents = this . headers . next ( ) . css ( "display" , "" ) . removeAttr ( "role" ) . removeClass ( "ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active" ) ;
148
148
if ( o . autoHeight || o . fillHeight ) {
You can’t perform that action at this time.
0 commit comments