Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Collapsible: Get rid of buttonMarkup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Apr 24, 2013
1 parent e003997 commit 57b245e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions js/widgets/collapsible.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,9 @@ $.widget( "mobile.collapsible", $.mobile.widget, {
.wrapInner( "<a href='#' class='ui-collapsible-heading-toggle'></a>" )
.find( "a" )
.first()
.buttonMarkup({
shadow: false,
corners: false,
iconpos: o.iconpos,
icon: o.collapsedIcon,
mini: o.mini,
theme: o.theme
});
.addClass( "ui-btn ui-btn-" + o.theme +
" ui-icon ui-icon-" + o.collapsedIcon + " ui-btn-icon-" + o.iconpos +
( o.mini ? " ui-mini" : "" ) );

$.extend( this, {
_collapsibleHeading: collapsibleHeading,
Expand Down

0 comments on commit 57b245e

Please sign in to comment.