From: jaubourg Date: Sat, 5 Feb 2011 02:06:21 +0000 (+0100) Subject: Fixes a typo in the title of the load() unit test. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=2c77704b145a24ad39648740466ed015fd4163dc Fixes a typo in the title of the load() unit test. --- 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();