Skip to content

Commit df2619e

Browse files
committed
Merge branch 'master' of github.com:jquery/jquery-ui
2 parents cac005a + 4657bd8 commit df2619e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/jquery.ui.widget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ $.Widget.prototype = {
155155
.removeAttr( "aria-disabled" )
156156
.removeClass(
157157
this.widgetBaseClass + "-disabled " +
158-
this.namespace + "-state-disabled" );
158+
"ui-state-disabled" );
159159
},
160160

161161
widget: function() {
@@ -192,7 +192,7 @@ $.Widget.prototype = {
192192
this.widget()
193193
[ value ? "addClass" : "removeClass"](
194194
this.widgetBaseClass + "-disabled" + " " +
195-
this.namespace + "-state-disabled" )
195+
"ui-state-disabled" )
196196
.attr( "aria-disabled", value );
197197
}
198198

0 commit comments

Comments
 (0)