We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba3d31 commit 8cde747Copy full SHA for 8cde747
tests/progressbar.js
@@ -27,8 +27,8 @@ test("defaults", function() {
27
el = $("#progressbar").progressbar();
28
29
equals(el.data("width.progressbar"), 300, "width");
30
- equals(el.data("duration.progressbar"), 3000, "duration");
31
- equals(el.data("interval.progressbar"), 200, "interval");
+ equals(el.data("duration.progressbar"), 1000, "duration");
+ equals(el.data("interval.progressbar"), 1000, "interval");
32
equals(el.data("increment.progressbar"), 1, "increment");
33
equals(el.data("range.progressbar"), true, "range");
34
0 commit comments