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

Commit

Permalink
Collapsible: Make contentTheme an inheritable option. Fixes #6274 - C…
Browse files Browse the repository at this point in the history
…ollapsible set: Dynamically added collapsible doesn't get content theme.
  • Loading branch information
Gabriel Schulhof committed Aug 13, 2013
1 parent 210e3be commit 5cc2162
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/widgets/collapsible.js
Expand Up @@ -321,6 +321,7 @@ $.mobile.collapsible.defaults = {
expandCueText: " click to expand contents",
collapseCueText: " click to collapse contents",
collapsedIcon: "plus",
contentTheme: "inherit",
expandedIcon: "minus",
iconpos: "left",
inset: true,
Expand Down

0 comments on commit 5cc2162

Please sign in to comment.