From ec8e92453e68517104ba1000ef35665862a6c960 Mon Sep 17 00:00:00 2001 From: gseguin Date: Thu, 15 Sep 2011 16:27:54 -0700 Subject: [PATCH] Removed buttonMarkup around +/- icon --- js/jquery.mobile.collapsible.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/js/jquery.mobile.collapsible.js b/js/jquery.mobile.collapsible.js index 0acc0c63..b9227561 100644 --- a/js/jquery.mobile.collapsible.js +++ b/js/jquery.mobile.collapsible.js @@ -47,15 +47,6 @@ $.widget( "mobile.collapsible", $.mobile.widget, { icon: "plus", theme: o.theme }) - .find( ".ui-icon" ) - .removeAttr( "class" ) - .buttonMarkup({ - shadow: true, - corners: true, - iconPos: "notext", - icon: "plus", - theme: o.iconTheme - }); if ( !collapsibleParent.length ) { collapsibleHeading