mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Removed internal dataTypes option and added headers & crossDomain options into commented out options of ajaxSettings.
This commit is contained in:
parent
8ab23aec2c
commit
21143c3b21
@ -175,11 +175,12 @@ jQuery.extend({
|
||||
timeout: 0,
|
||||
data: null,
|
||||
dataType: null,
|
||||
dataTypes: null,
|
||||
username: null,
|
||||
password: null,
|
||||
cache: null,
|
||||
traditional: false,
|
||||
headers: {},
|
||||
crossDomain: null,
|
||||
*/
|
||||
xhr: function() {
|
||||
return new window.XMLHttpRequest();
|
||||
|
Loading…
Reference in New Issue
Block a user