Skip to content

Commit 94c8959

Browse files
committed
Button: fixup
1 parent a68da02 commit 94c8959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ $.widget( "ui.button", {
140140

141141
_destroy: function() {
142142
this.element
143-
.removeClass( this._classes( "ui-button ui-button-icon-only" ) + " " + baseClasses +
143+
.removeClass( this._classes( "ui-button ui-button-icon-only" ) + " ui-widget" +
144144
" ui-state-active " + typeClasses )
145145
.removeAttr( "role" );
146146

0 commit comments

Comments
 (0)