Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Accordion: Coding standards.
  • Loading branch information
scottgonzalez committed May 24, 2012
1 parent d0ef9d6 commit a1f604e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ui/jquery.ui.accordion.js
Expand Up @@ -293,10 +293,9 @@ $.widget( "ui.accordion", {
},

refresh: function() {
var heightStyle = this.options.heightStyle,
parent = this.element.parent(),
maxHeight,
overflow;
var maxHeight, overflow,
heightStyle = this.options.heightStyle,
parent = this.element.parent();

this.element.css( "height", this.originalHeight );

Expand Down

0 comments on commit a1f604e

Please sign in to comment.