Skip to content

Commit

Permalink
fix for fixedHeight bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fakedarren committed Jan 14, 2010
1 parent e8e752b commit af92e76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Fx/Fx.Accordion.js
Expand Up @@ -73,6 +73,7 @@ Fx.Accordion = new Class({
}
}, this);
if ($chk(this.options.display)) this.display(this.options.display, this.options.initialDisplayFx);
if (this.options.fixedHeight !== false) this.options.returnHeightToAuto = false;
this.addEvent('complete', this.internalChain.callChain.bind(this.internalChain));
},

Expand Down

0 comments on commit af92e76

Please sign in to comment.