From ab74d8e6a0810717419abb696154d034ad145f2b Mon Sep 17 00:00:00 2001
From: jaubourg <aubourg.julian@gmail.com>
Date: Fri, 10 Dec 2010 03:16:50 +0100
Subject: [PATCH] Fix the closure in ajax.js too.

---
 src/ajax.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 );
-- 
1.7.10.4