Removed exposure of internal instance in progressbar's ui callback parameter. See #2928

This commit is contained in:
Richard Worth 2008-09-20 12:46:45 +00:00
parent 2ea4539112
commit f94beb7f94

View File

@ -176,7 +176,6 @@ $.widget("ui.progressbar", {
ui: function(e) {
return {
instance: this,
identifier: this.identifier,
options: this.options,
element: this.bar,