Skip to content

Commit a1f604e

Browse files
committed
Accordion: Coding standards.
1 parent d0ef9d6 commit a1f604e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ui/jquery.ui.accordion.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,10 +293,9 @@ $.widget( "ui.accordion", {
293293
},
294294

295295
refresh: function() {
296-
var heightStyle = this.options.heightStyle,
297-
parent = this.element.parent(),
298-
maxHeight,
299-
overflow;
296+
var maxHeight, overflow,
297+
heightStyle = this.options.heightStyle,
298+
parent = this.element.parent();
300299

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

0 commit comments

Comments
 (0)