From e0dec0bd8476fa1af090cc6e473c1e135084ebdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 17 Nov 2008 13:58:53 +0000 Subject: [PATCH] Progressbar: Removed identifier, element, textElement from the ui object in callbacks. --- ui/ui.progressbar.js | 5 +---- 1 file changed, 1 insertion(+), 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