From d342e1c0ce9ee7fcf4cc34c9adf20250cdaaf2a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 17 Nov 2008 13:56:28 +0000 Subject: [PATCH] Progressbar: Removed textClass option. --- ui/ui.progressbar.js | 2 -- 1 file changed, 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 = $('
') @@ -212,7 +211,6 @@ $.extend($.ui.progressbar, { increment: 1, range: true, text: '', - textClass: '' }, uuid: 0 -- 2.39.5