aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.widget.js
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2010-03-30 13:11:27 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2010-03-30 13:11:27 +0200
commit42b419d27adbe6f1fc504a7fe42b847d9b9c0335 (patch)
tree352b048226bac1ef19e6d9983ada2fbfc0821caa /ui/jquery.ui.widget.js
parent415ee934fa98eeb6773504af8207374dc64f4d5e (diff)
parent9fa157840f0bfacfd4190bd6a159cba8ac2107b8 (diff)
downloadjquery-ui-42b419d27adbe6f1fc504a7fe42b847d9b9c0335.tar.gz
jquery-ui-42b419d27adbe6f1fc504a7fe42b847d9b9c0335.zip
Merge branch 'master' into checksums
Diffstat (limited to 'ui/jquery.ui.widget.js')
-rw-r--r--ui/jquery.ui.widget.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js
index 49067449d..a9829d2e5 100644
--- a/ui/jquery.ui.widget.js
+++ b/ui/jquery.ui.widget.js
@@ -155,7 +155,7 @@ $.Widget.prototype = {
.removeAttr( "aria-disabled" )
.removeClass(
this.widgetBaseClass + "-disabled " +
- this.namespace + "-state-disabled" );
+ "ui-state-disabled" );
},
widget: function() {
@@ -192,7 +192,7 @@ $.Widget.prototype = {
this.widget()
[ value ? "addClass" : "removeClass"](
this.widgetBaseClass + "-disabled" + " " +
- this.namespace + "-state-disabled" )
+ "ui-state-disabled" )
.attr( "aria-disabled", value );
}