mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 17:08:32 -05:00
Fix the closure in ajax.js too.
This commit is contained in:
@@ -401,4 +401,4 @@ jQuery.support.ajax = !!testXHR;
|
||||
// Does this browser support crossDomain XHR requests
|
||||
jQuery.support.cors = testXHR && "withCredentials" in testXHR;
|
||||
|
||||
})(jQuery);
|
||||
})( jQuery );
|
||||
|
||||
Reference in New Issue
Block a user