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 a new issue