X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fajax.js;h=a9f47ddb27300831c3c99f23d1d8f6c1785b7a74;hb=4b55e94d0849568a2fd121952f13a9d6571c731f;hp=353c824ff7db7a3bbfe765c66ff4290a27869f85;hpb=513053d62ba86ca6ab1f4646fdac3ec6819b2db9;p=jquery.git diff --git a/src/ajax.js b/src/ajax.js index 353c824..a9f47dd 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -194,7 +194,7 @@ jQuery.extend({ ajax: function( s ) { // Extend the settings, but re-extend 's' so that it can be // checked again later (in the test suite, specifically) - s = jQuery.extend(true, s, jQuery.extend(true, {}, jQuery.ajaxSettings, s)); + s = jQuery.extend(true, {}, jQuery.ajaxSettings, s); var jsonp, status, data, callbackContext = s.context || window,