mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Accordion: Fix line length issues
Ref gh-1690
This commit is contained in:
parent
adbd694a3e
commit
ca3d4511c4
@ -239,7 +239,8 @@ return $.widget( "ui.accordion", {
|
||||
this._processPanels();
|
||||
|
||||
// Was collapsed or no panel
|
||||
if ( ( options.active === false && options.collapsible === true ) || !this.headers.length ) {
|
||||
if ( ( options.active === false && options.collapsible === true ) ||
|
||||
!this.headers.length ) {
|
||||
options.active = false;
|
||||
this.active = $();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user