diff options
Diffstat (limited to 'ui/ui.progressbar.js')
-rw-r--r-- | ui/ui.progressbar.js | 5 |
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 |