Progressbar: Removed textClass option.

This commit is contained in:
Scott González 2008-11-17 13:56:28 +00:00
parent 45721d461e
commit d342e1c0ce

View File

@ -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