Fix the closure in ajax.js too.
This commit is contained in:
parent
3c641bd134
commit
ab74d8e6a0
|
@ -401,4 +401,4 @@ jQuery.support.ajax = !!testXHR;
|
||||||
// Does this browser support crossDomain XHR requests
|
// Does this browser support crossDomain XHR requests
|
||||||
jQuery.support.cors = testXHR && "withCredentials" in testXHR;
|
jQuery.support.cors = testXHR && "withCredentials" in testXHR;
|
||||||
|
|
||||||
})(jQuery);
|
})( jQuery );
|
||||||
|
|
Loading…
Reference in a new issue