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

Commit

Permalink
Custom select: 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 ab183d9 commit 0bf39e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/widgets/forms/select.custom.js
Expand Up @@ -70,8 +70,8 @@ define( [
headerClose = $( "<a>", {
"text": widget.options.closeText,
"href": "#",
"class": "ui-btn-left"
}).attr( "data-" + $.mobile.ns + "iconpos", "notext" ).attr( "data-" + $.mobile.ns + "icon", "delete" ).appendTo( header ).buttonMarkup();
"class": "ui-btn ui-btn-a ui-btn-left ui-btn-icon-notext ui-icon ui-icon-delete"
}).appendTo( header );
}

$.extend( widget, {
Expand Down

0 comments on commit 0bf39e1

Please sign in to comment.