X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax.js;h=da130faed407be1fdcbd80496d1955f9d059cfeb;hb=f28c774f2cde004a33aefc28306d995c599d963b;hp=ceeef5eb4b8563571381ee027bc130e0fc7679a5;hpb=ab3ba4a81252c4357a7aab5f24d765d41d47986e;p=jquery.git diff --git a/src/ajax.js b/src/ajax.js index ceeef5e..da130fa 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -401,4 +401,4 @@ jQuery.support.ajax = !!testXHR; // Does this browser support crossDomain XHR requests jQuery.support.cors = testXHR && "withCredentials" in testXHR; -})(jQuery); \ No newline at end of file +})( jQuery );