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

Commit 5cc2162

Browse files
author
Gabriel Schulhof
committed
Collapsible: Make contentTheme an inheritable option. Fixes #6274 - Collapsible set: Dynamically added collapsible doesn't get content theme.
1 parent 210e3be commit 5cc2162

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/widgets/collapsible.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ $.mobile.collapsible.defaults = {
321321
expandCueText: " click to expand contents",
322322
collapseCueText: " click to collapse contents",
323323
collapsedIcon: "plus",
324+
contentTheme: "inherit",
324325
expandedIcon: "minus",
325326
iconpos: "left",
326327
inset: true,

0 commit comments

Comments
 (0)