mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 17:01:05 +00:00
changed to null for allowing override through data-theme
This commit is contained in:
parent
f92d5fa7f8
commit
dab3cbee34
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
|
|||
collapseCueText: ' click to collapse contents',
|
||||
collapsed: false,
|
||||
heading: '>:header,>legend',
|
||||
theme: undefined,
|
||||
theme: null,
|
||||
iconTheme: 'd'
|
||||
},
|
||||
_create: function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue