mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Removed exposure of internal instance in progressbar's ui callback parameter. See #2928
This commit is contained in:
parent
2ea4539112
commit
f94beb7f94
@ -176,7 +176,6 @@ $.widget("ui.progressbar", {
|
||||
|
||||
ui: function(e) {
|
||||
return {
|
||||
instance: this,
|
||||
identifier: this.identifier,
|
||||
options: this.options,
|
||||
element: this.bar,
|
||||
|
Loading…
Reference in New Issue
Block a user