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

Commit 0043089

Browse files
Button: Changed ui-btn-corner-all to ui-corner-all
1 parent 761d19b commit 0043089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/widgets/forms/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $.widget( "mobile.button", $.mobile.widget, {
113113
classes += "ui-btn-" + o.theme;
114114

115115
if ( o.corners ) {
116-
classes += " ui-btn-corner-all";
116+
classes += " ui-corner-all";
117117
}
118118
if ( o.shadow ) {
119119
classes += " ui-shadow";

0 commit comments

Comments
 (0)