From f83cdc3c4c134b2796335e9f9806f3b67e7ca87f Mon Sep 17 00:00:00 2001 From: jaubourg Date: Tue, 11 Jan 2011 23:43:02 +0100 Subject: [PATCH] Yet another missing semicolon! --- test/unit/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } - }) + }); }); -- 1.7.10.4