mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Progressbar: Removed identifier, element, textElement from the ui object in callbacks.
This commit is contained in:
parent
d342e1c0ce
commit
e0dec0bd84
@ -192,10 +192,7 @@ $.widget("ui.progressbar", {
|
|||||||
|
|
||||||
ui: function() {
|
ui: function() {
|
||||||
return {
|
return {
|
||||||
identifier: this.identifier,
|
|
||||||
options: this.options,
|
options: this.options,
|
||||||
element: this.bar,
|
|
||||||
textElement: this.textElement,
|
|
||||||
pixelState: this.pixelState,
|
pixelState: this.pixelState,
|
||||||
percentState: this.percentState
|
percentState: this.percentState
|
||||||
};
|
};
|
||||||
@ -210,7 +207,7 @@ $.extend($.ui.progressbar, {
|
|||||||
interval: 1000,
|
interval: 1000,
|
||||||
increment: 1,
|
increment: 1,
|
||||||
range: true,
|
range: true,
|
||||||
text: '',
|
text: ''
|
||||||
},
|
},
|
||||||
|
|
||||||
uuid: 0
|
uuid: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user