From 2c77704b145a24ad39648740466ed015fd4163dc Mon Sep 17 00:00:00 2001 From: jaubourg Date: Sat, 5 Feb 2011 03:06:21 +0100 Subject: [PATCH] Fixes a typo in the title of the load() unit test. --- 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 c2d5729..cf7c0ad 100644 --- a/test/unit/ajax.js +++ b/test/unit/ajax.js @@ -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(); -- 1.7.10.4