diff options
author | Richard Worth <rdworth@gmail.com> | 2008-09-20 12:46:45 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-09-20 12:46:45 +0000 |
commit | f94beb7f948f7cbf36de0b49c5c4e413cde31dc2 (patch) | |
tree | 0f9fb2d9f2ad04fa7ad1ce8f6a006f28e3ef4cf9 | |
parent | 2ea45391123dac81daf495896bc928e5557ded8a (diff) | |
download | jquery-ui-f94beb7f948f7cbf36de0b49c5c4e413cde31dc2.tar.gz jquery-ui-f94beb7f948f7cbf36de0b49c5c4e413cde31dc2.zip |
Removed exposure of internal instance in progressbar's ui callback parameter. See #2928
-rw-r--r-- | ui/ui.progressbar.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js index 9d9c64cb2..eeb30dd7e 100644 --- a/ui/ui.progressbar.js +++ b/ui/ui.progressbar.js @@ -176,7 +176,6 @@ $.widget("ui.progressbar", { ui: function(e) { return { - instance: this, identifier: this.identifier, options: this.options, element: this.bar, |