From dab3cbee3430de55d0a3039fdf844545258bc650 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 10 Nov 2010 23:58:38 -0500 Subject: [PATCH] changed to null for allowing override through data-theme --- js/jquery.mobile.collapsible.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index a9f7177f..a1d1c6c4 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -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(){