mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 01:48:51 -05:00
Removed exposure of internal instance in progressbar's ui callback parameter. See #2928
This commit is contained in:
@@ -176,7 +176,6 @@ $.widget("ui.progressbar", {
|
||||
|
||||
ui: function(e) {
|
||||
return {
|
||||
instance: this,
|
||||
identifier: this.identifier,
|
||||
options: this.options,
|
||||
element: this.bar,
|
||||
|
||||
Reference in New Issue
Block a user