Fixes a typo in the title of the load() unit test.
authorjaubourg <j@ubourg.net>
Sat, 5 Feb 2011 02:06:21 +0000 (03:06 +0100)
committerjaubourg <j@ubourg.net>
Sat, 5 Feb 2011 02:06:21 +0000 (03:06 +0100)
test/unit/ajax.js

index c2d5729..cf7c0ad 100644 (file)
@@ -524,7 +524,7 @@ test("jQuery ajax - cross-domain detection", function() {
 
 });
 
-test(".load()) - 404 error callbacks", function() {
+test(".load() - 404 error callbacks", function() {
        expect( 6 );
        stop();