Progressbar: Removed identifier, element, textElement from the ui object in callbacks.

This commit is contained in:
Scott González 2008-11-17 13:58:53 +00:00
parent d342e1c0ce
commit e0dec0bd84

View File

@ -192,10 +192,7 @@ $.widget("ui.progressbar", {
ui: function() { ui: function() {
return { return {
identifier: this.identifier,
options: this.options, options: this.options,
element: this.bar,
textElement: this.textElement,
pixelState: this.pixelState, pixelState: this.pixelState,
percentState: this.percentState percentState: this.percentState
}; };
@ -210,7 +207,7 @@ $.extend($.ui.progressbar, {
interval: 1000, interval: 1000,
increment: 1, increment: 1,
range: true, range: true,
text: '', text: ''
}, },
uuid: 0 uuid: 0