Fix the closure in ajax.js too.
authorjaubourg <aubourg.julian@gmail.com>
Fri, 10 Dec 2010 02:16:50 +0000 (03:16 +0100)
committerjaubourg <aubourg.julian@gmail.com>
Fri, 10 Dec 2010 02:16:50 +0000 (03:16 +0100)
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 );