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

Commit

Permalink
Collapsible: cleanup code indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Nov 30, 2012
1 parent b26a3c9 commit 2fc45e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/widgets/collapsible.js
Expand Up @@ -15,9 +15,9 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
collapseCueText: " click to collapse contents",
collapsed: true,
heading: "h1,h2,h3,h4,h5,h6,legend",
collapsedIcon: "plus",
expandedIcon: "minus",
iconPos: "left",
collapsedIcon: "plus",
expandedIcon: "minus",
iconPos: "left",
theme: null,
contentTheme: null,
inset: true,
Expand Down Expand Up @@ -100,7 +100,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
}

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

collapsibleHeading
//drop heading in before content
Expand Down

0 comments on commit 2fc45e7

Please sign in to comment.