Accordion: Coding standards.

This commit is contained in:
Scott González 2012-05-24 08:37:01 -04:00
parent d0ef9d6fb2
commit a1f604eb45

View File

@ -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 );