mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Accordion: Coding standards.
This commit is contained in:
parent
d0ef9d6fb2
commit
a1f604eb45
7
ui/jquery.ui.accordion.js
vendored
7
ui/jquery.ui.accordion.js
vendored
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user