aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.progressbar.js
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-12-31 08:22:11 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-12-31 08:22:11 +0000
commitdbcf65fce9a71b5fc6ac2f0db1d87c0f5574843b (patch)
tree8e3bd3fc55aa63cc1c17d93cc7ad41e69fca6240 /ui/ui.progressbar.js
parentb00026f72be720a44200d127f71f7b11c5ce939b (diff)
downloadjquery-ui-dbcf65fce9a71b5fc6ac2f0db1d87c0f5574843b.tar.gz
jquery-ui-dbcf65fce9a71b5fc6ac2f0db1d87c0f5574843b.zip
Remove trailing spaces
Diffstat (limited to 'ui/ui.progressbar.js')
-rw-r--r--ui/ui.progressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js
index f47320f47..0b81f2a85 100644
--- a/ui/ui.progressbar.js
+++ b/ui/ui.progressbar.js
@@ -101,7 +101,7 @@ $.widget("ui.progressbar", {
this.valueDiv.width(value + '%');
this.element.attr("aria-valuenow", value);
}
-
+
});
$.extend($.ui.progressbar, {