diff options
author | jaubourg <j@ubourg.net> | 2011-02-05 03:06:21 +0100 |
---|---|---|
committer | jaubourg <j@ubourg.net> | 2011-02-05 03:06:21 +0100 |
commit | 2c77704b145a24ad39648740466ed015fd4163dc (patch) | |
tree | b13476d7d93d4b7cb66f7fbf52bfb1fc8bee3f49 /test/unit | |
parent | 08fcde6a59e5bb6ca9e58bf78aac64ff2c15c29d (diff) | |
download | jquery-2c77704b145a24ad39648740466ed015fd4163dc.tar.gz jquery-2c77704b145a24ad39648740466ed015fd4163dc.zip |
Fixes a typo in the title of the load() unit test.
Diffstat (limited to 'test/unit')
-rw-r--r-- | test/unit/ajax.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/ajax.js b/test/unit/ajax.js index c2d572906..cf7c0ad0b 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(); |