mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-31 01:08:13 -05:00
Progressbar: Removed textClass option.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user