From: jaubourg Date: Fri, 10 Dec 2010 02:16:50 +0000 (+0100) Subject: Fix the closure in ajax.js too. X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=commitdiff_plain;h=ab74d8e6a0810717419abb696154d034ad145f2b Fix the closure in ajax.js too. --- 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 );