aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorjaubourg <j@ubourg.net>2011-01-11 23:43:02 +0100
committerjaubourg <j@ubourg.net>2011-01-11 23:43:02 +0100
commitf83cdc3c4c134b2796335e9f9806f3b67e7ca87f (patch)
tree684125b6f231e0695c81f592b546a594b69816d0 /test
parent6504d4f7005c99ea4064068f3d712322a064b97a (diff)
downloadjquery-f83cdc3c4c134b2796335e9f9806f3b67e7ca87f.tar.gz
jquery-f83cdc3c4c134b2796335e9f9806f3b67e7ca87f.zip
Yet another missing semicolon!
Diffstat (limited to 'test')
-rw-r--r--test/unit/ajax.js2
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();
}
}
- })
+ });
});