Fix the closure in ajax.js too.

This commit is contained in:
jaubourg 2010-12-10 03:16:50 +01:00
parent 3c641bd134
commit ab74d8e6a0

View file

@ -401,4 +401,4 @@ jQuery.support.ajax = !!testXHR;
// Does this browser support crossDomain XHR requests
jQuery.support.cors = testXHR && "withCredentials" in testXHR;
})(jQuery);
})( jQuery );