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

Commit

Permalink
Button: Changed ui-btn-corner-all to ui-corner-all
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Apr 23, 2013
1 parent 761d19b commit 0043089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/forms/button.js
Expand Up @@ -113,7 +113,7 @@ $.widget( "mobile.button", $.mobile.widget, {
classes += "ui-btn-" + o.theme;

if ( o.corners ) {
classes += " ui-btn-corner-all";
classes += " ui-corner-all";
}
if ( o.shadow ) {
classes += " ui-shadow";
Expand Down

0 comments on commit 0043089

Please sign in to comment.