aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-04-18 22:46:39 -0400
committerScott González <scott.gonzalez@gmail.com>2012-04-18 22:46:39 -0400
commita0fb2c227e66c7b034726943a96360829a5ad3b2 (patch)
treecc5b3ab35eddae14aff621bd7b5c5c0659a4b50e /tests/unit/progressbar
parenta28983086ee91b19200c47fadc6bc3ba58a0fcb9 (diff)
downloadjquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.tar.gz
jquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.zip
Tests: Lint.
Diffstat (limited to 'tests/unit/progressbar')
-rw-r--r--tests/unit/progressbar/progressbar_events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/progressbar/progressbar_events.js b/tests/unit/progressbar/progressbar_events.js
index 8d7b8868d..f3713171b 100644
--- a/tests/unit/progressbar/progressbar_events.js
+++ b/tests/unit/progressbar/progressbar_events.js
@@ -15,7 +15,7 @@ test("create", function() {
change: function() {
ok(false, 'create() has triggered change()');
}
- })
+ });
});
test("change", function() {