Skip to content

Commit 822e1c5

Browse files
committed
Accordion: Fixed indentation.
1 parent e55391a commit 822e1c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ui/jquery.ui.accordion.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
* jquery.ui.widget.js
1313
*/
1414
(function( $, undefined ) {
15-
var uid = 0,
16-
hideProps = {},
17-
showProps = {},
18-
showPropsAdjust = {};
15+
16+
var uid = 0,
17+
hideProps = {},
18+
showProps = {},
19+
showPropsAdjust = {};
1920

2021
hideProps.height = hideProps.paddingTop = hideProps.paddingBottom =
2122
hideProps.borderTopWidth = hideProps.borderBottomWidth = "hide";

0 commit comments

Comments
 (0)