aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.progressbar.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-11-17 13:58:53 +0000
committerScott González <scott.gonzalez@gmail.com>2008-11-17 13:58:53 +0000
commite0dec0bd8476fa1af090cc6e473c1e135084ebdf (patch)
tree7ecbb3a8e39a0d78ae278e28be5ffdaa4134dddb /ui/ui.progressbar.js
parentd342e1c0ce9ee7fcf4cc34c9adf20250cdaaf2a6 (diff)
downloadjquery-ui-e0dec0bd8476fa1af090cc6e473c1e135084ebdf.tar.gz
jquery-ui-e0dec0bd8476fa1af090cc6e473c1e135084ebdf.zip
Progressbar: Removed identifier, element, textElement from the ui object in callbacks.
Diffstat (limited to 'ui/ui.progressbar.js')
-rw-r--r--ui/ui.progressbar.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js
index 27a722806..676442d3b 100644
--- a/ui/ui.progressbar.js
+++ b/ui/ui.progressbar.js
@@ -192,10 +192,7 @@ $.widget("ui.progressbar", {
ui: function() {
return {
- identifier: this.identifier,
options: this.options,
- element: this.bar,
- textElement: this.textElement,
pixelState: this.pixelState,
percentState: this.percentState
};
@@ -210,7 +207,7 @@ $.extend($.ui.progressbar, {
interval: 1000,
increment: 1,
range: true,
- text: '',
+ text: ''
},
uuid: 0