diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-11-17 13:56:28 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-11-17 13:56:28 +0000 |
commit | d342e1c0ce9ee7fcf4cc34c9adf20250cdaaf2a6 (patch) | |
tree | 1f623fcfc6d4a16bd09d0408114bd14c12cd75ed | |
parent | 45721d461e2e8452909989ff33d12b237c5b7cb2 (diff) | |
download | jquery-ui-d342e1c0ce9ee7fcf4cc34c9adf20250cdaaf2a6.tar.gz jquery-ui-d342e1c0ce9ee7fcf4cc34c9adf20250cdaaf2a6.zip |
Progressbar: Removed textClass option.
-rw-r--r-- | ui/ui.progressbar.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js index e8137a193..27a722806 100644 --- a/ui/ui.progressbar.js +++ b/ui/ui.progressbar.js @@ -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 |