changed to null for allowing override through data-theme

This commit is contained in:
scottjehl 2010-11-10 23:58:38 -05:00
parent f92d5fa7f8
commit dab3cbee34

View file

@ -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(){