Fixes a typo in the title of the load() unit test.
This commit is contained in:
parent
08fcde6a59
commit
2c77704b14
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue