Fix the closure in ajax.js too.
[jquery.git] / src / ajax.js
index ceeef5e..da130fa 100644 (file)
@@ -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 );