Cleaning up trailing whitespace again.

This commit is contained in:
Colin Snover 2011-01-05 15:41:23 -06:00
parent ae6655bcb6
commit e56de77df9
7 changed files with 295 additions and 295 deletions

View file

@ -1638,7 +1638,7 @@ test("jQuery ajax - failing cross-domain", function() {
stop();
var i = 2;
if ( jQuery.ajax({
url: 'http://somewebsitethatdoesnotexist-67864863574657654.com',
success: function(){ ok( false , "success" ); },
@ -1648,7 +1648,7 @@ test("jQuery ajax - failing cross-domain", function() {
ok( true , "no transport" );
if ( ! --i ) start();
}
if ( jQuery.ajax({
url: 'http://www.google.com',
success: function(){ ok( false , "success" ); },
@ -1658,7 +1658,7 @@ test("jQuery ajax - failing cross-domain", function() {
ok( true , "no transport" );
if ( ! --i ) start();
}
});
test("jQuery ajax - atom+xml", function() {