From: jaubourg Date: Tue, 11 Jan 2011 22:43:02 +0000 (+0100) Subject: Yet another missing semicolon! X-Git-Url: http://git.asbjorn.it/?p=jquery.git;a=commitdiff_plain;h=f83cdc3c4c134b2796335e9f9806f3b67e7ca87f Yet another missing semicolon! --- diff --git a/test/unit/ajax.js b/test/unit/ajax.js index c7803f8..4162d58 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -276,7 +276,7 @@ test(".ajax() - retry with jQuery.ajax( this )", function() { start(); } } - }) + }); });