aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-09-20 04:09:27 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-09-20 04:09:27 +0000
commit2f842cedd686ebe2b8a795ff60115b9a473e46b5 (patch)
tree2d54115431040a84dd095099554be3851955b818 /tests
parenta522291a7b8a4f44c4d6cf0f1d146eab172bc0c9 (diff)
downloadjquery-ui-2f842cedd686ebe2b8a795ff60115b9a473e46b5.tar.gz
jquery-ui-2f842cedd686ebe2b8a795ff60115b9a473e46b5.zip
Progressbar duration option fixed
Diffstat (limited to 'tests')
-rw-r--r--tests/visual/progressbar.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/visual/progressbar.html b/tests/visual/progressbar.html
index 9052855e1..89052652a 100644
--- a/tests/visual/progressbar.html
+++ b/tests/visual/progressbar.html
@@ -171,11 +171,11 @@ $(function() {
width: 500,
- duration: 5000,
+ duration: 1000,
- interval: 500,
+ interval: 1000,
- increment: 300,
+ increment: 1,
progress: function(ui) {
//console.log(ui.pixelRange);