Navigation Menu

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

Commit

Permalink
Button: remove inherit theme btn should have no default theme class
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed Aug 13, 2013
1 parent 536f153 commit 9481425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/forms/button.js
Expand Up @@ -14,7 +14,7 @@ $.widget( "mobile.button", {
initSelector: "input[type='button'], input[type='submit'], input[type='reset']",

options: {
theme: "inherit",
theme: null,
icon: null,
iconpos: "left",
iconshadow: false, /* TODO: Deprecated in 1.4, remove in 1.5. */
Expand Down

0 comments on commit 9481425

Please sign in to comment.