We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 374661a commit 471ac4dCopy full SHA for 471ac4d
ui/jquery.ui.accordion.js
@@ -56,7 +56,7 @@ $.widget( "ui.accordion", {
56
}
57
this.active = this._findActive( options.active )
58
.addClass( "ui-accordion-header-active ui-state-active" )
59
- .toggleClass( "ui-corner-all ui-corner-top" )
+ .toggleClass( "ui-corner-all ui-corner-top" );
60
this.active.next().addClass( "ui-accordion-content-active" );
61
62
this._createIcons();
0 commit comments