mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Progressbar: Removed textClass option.
This commit is contained in:
parent
45721d461e
commit
d342e1c0ce
@ -56,7 +56,6 @@ $.widget("ui.progressbar", {
|
||||
width: 0,
|
||||
overflow: 'hidden'
|
||||
})
|
||||
.addClass(options.textClass)
|
||||
.appendTo(this.bar);
|
||||
|
||||
this.textBg = $('<div class="ui-progressbar-text ui-progressbar-text-back"></div>')
|
||||
@ -212,7 +211,6 @@ $.extend($.ui.progressbar, {
|
||||
increment: 1,
|
||||
range: true,
|
||||
text: '',
|
||||
textClass: ''
|
||||
},
|
||||
|
||||
uuid: 0
|
||||
|
Loading…
Reference in New Issue
Block a user