aboutsummaryrefslogtreecommitdiffstats
path: root/tests/progressbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/progressbar.js')
-rw-r--r--tests/progressbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/progressbar.js b/tests/progressbar.js
index d58aaacc4..77b69943e 100644
--- a/tests/progressbar.js
+++ b/tests/progressbar.js
@@ -31,7 +31,7 @@ test("init", function() {
test("destroy", function() {
expect(1);
- $("<div></div>").appendTo('body').progressbar().progressbar("destroy").remove();
+ $("<div></div>").appendTo('body').progressbar().progressbar("destroy").remove();
ok(true, '.progressbar("destroy") called on element');
});