aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.progressbar.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-01-15 06:34:07 -0500
committerScott González <scott.gonzalez@gmail.com>2011-01-15 06:34:07 -0500
commite0b52831fc41bc35d4bcbfa2e9a1dec76d0f0d6a (patch)
tree118b1cdbf5fe472206fb627c08f290f33928c371 /ui/jquery.ui.progressbar.js
parent56c4c6aca992e1a441e6a2b498c911cf8d2221a4 (diff)
downloadjquery-ui-e0b52831fc41bc35d4bcbfa2e9a1dec76d0f0d6a.tar.gz
jquery-ui-e0b52831fc41bc35d4bcbfa2e9a1dec76d0f0d6a.zip
Updated widgets to use new methods from $.Widget.
Diffstat (limited to 'ui/jquery.ui.progressbar.js')
-rw-r--r--ui/jquery.ui.progressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.progressbar.js b/ui/jquery.ui.progressbar.js
index ade258bee..c42d8ef85 100644
--- a/ui/jquery.ui.progressbar.js
+++ b/ui/jquery.ui.progressbar.js
@@ -67,7 +67,7 @@ $.widget( "ui.progressbar", {
}
}
- $.Widget.prototype._setOption.apply( this, arguments );
+ this._super( "_setOption", key, value );
},
_value: function() {