r950 - trunk/ui
r950 - trunk/ui
Author: scott.gonzalez
Date: Mon Nov 17 05:58:53 2008
New Revision: 950
Modified:
trunk/ui/ui.progressbar.js
Log:
Progressbar: Removed identifier, element, textElement from the ui object in
callbacks.
Modified: trunk/ui/ui.progressbar.js
==============================================================================
--- trunk/ui/ui.progressbar.js (original)
+++ trunk/ui/ui.progressbar.js Mon Nov 17 05:58:53 2008
@@ -192,10 +192,7 @@
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 @@
interval: 1000,
increment: 1,
range: true,
- text: '',
+ text: ''
},
uuid: 0