diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 22:46:39 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-18 22:46:39 -0400 |
commit | a0fb2c227e66c7b034726943a96360829a5ad3b2 (patch) | |
tree | cc5b3ab35eddae14aff621bd7b5c5c0659a4b50e /tests/unit/progressbar | |
parent | a28983086ee91b19200c47fadc6bc3ba58a0fcb9 (diff) | |
download | jquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.tar.gz jquery-ui-a0fb2c227e66c7b034726943a96360829a5ad3b2.zip |
Tests: Lint.
Diffstat (limited to 'tests/unit/progressbar')
-rw-r--r-- | tests/unit/progressbar/progressbar_events.js | 2 |
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() { |