Skip to content

Commit

Permalink
Removes extranious call to .
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilto committed Mar 6, 2012
1 parent 2726ead commit ea9d1ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/jquery.mobile.buttonMarkup.js
Expand Up @@ -62,11 +62,6 @@ $.fn.buttonMarkup = function( options ) {
attachEvents(); attachEvents();
} }


// if not, try to find closest theme container
if ( !o.theme ) {
o.theme = $.mobile.getInheritedTheme( el, "c" );
}

buttonClass = "ui-btn ui-btn-up-" + o.theme; buttonClass = "ui-btn ui-btn-up-" + o.theme;


if ( o.inline ) { if ( o.inline ) {
Expand Down

0 comments on commit ea9d1ec

Please sign in to comment.