mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
AjaxSetup now uses deep extend internally to accomodate map structured options.
This commit is contained in:
parent
0c51e9d55f
commit
14b07ec5de
@ -160,7 +160,7 @@ jQuery.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
ajaxSetup: function( settings ) {
|
ajaxSetup: function( settings ) {
|
||||||
jQuery.extend( jQuery.ajaxSettings, settings );
|
jQuery.extend( true, jQuery.ajaxSettings, settings );
|
||||||
},
|
},
|
||||||
|
|
||||||
ajaxSettings: {
|
ajaxSettings: {
|
||||||
|
Loading…
Reference in New Issue
Block a user