Removed buttonMarkup around +/- icon

This commit is contained in:
gseguin 2011-09-15 16:27:54 -07:00
parent e4ff8fb539
commit ec8e92453e

View file

@ -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