Progressbar text Method

Progressbar text Method

I'd like to propose the removal of the text method for progressbar, since it can be accomplished just as easily by setting the text option.
$(el).progressbar('option', 'text', 'some value');