diff options
author | jaubourg <j@ubourg.net> | 2011-01-11 23:43:02 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-01-11 23:43:02 +0100 |
commit | f83cdc3c4c134b2796335e9f9806f3b67e7ca87f (patch) | |
tree | 684125b6f231e0695c81f592b546a594b69816d0 /test | |
parent | 6504d4f7005c99ea4064068f3d712322a064b97a (diff) | |
download | jquery-f83cdc3c4c134b2796335e9f9806f3b67e7ca87f.tar.gz jquery-f83cdc3c4c134b2796335e9f9806f3b67e7ca87f.zip |
Yet another missing semicolon!
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js index c7803f857..4162d585a 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -276,7 +276,7 @@ test(".ajax() - retry with jQuery.ajax( this )", function() { start(); } } - }) + }); }); |