Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 2fc45e7

Browse files
Collapsible: cleanup code indent
1 parent b26a3c9 commit 2fc45e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

js/widgets/collapsible.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
1515
collapseCueText: " click to collapse contents",
1616
collapsed: true,
1717
heading: "h1,h2,h3,h4,h5,h6,legend",
18-
collapsedIcon: "plus",
19-
expandedIcon: "minus",
20-
iconPos: "left",
18+
collapsedIcon: "plus",
19+
expandedIcon: "minus",
20+
iconPos: "left",
2121
theme: null,
2222
contentTheme: null,
2323
inset: true,
@@ -100,7 +100,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
100100
}
101101

102102
collapsedIcon = $el.jqmData( "collapsed-icon" ) || o.collapsedIcon ;
103-
expandedIcon = $el.jqmData( "expanded-icon" ) || o.expandedIcon ;
103+
expandedIcon = $el.jqmData( "expanded-icon" ) || o.expandedIcon ;
104104

105105
collapsibleHeading
106106
//drop heading in before content

0 commit comments

Comments
 (0)