Showing with 5 additions and 0 deletions.
  1. +5 −0 js/widgets/forms/button.js
@@ -105,6 +105,11 @@ $.widget( "mobile.button", {
}
this.widget().removeClass( "ui-icon-" + this.options.icon ).toggleClass( "ui-icon-" + options.icon, options.icon );
}
if( options.disabled !== undefined ) {
this.element.prop( "disabled", options.disabled );
}

this._super( options );
},

refresh: function( create ) {