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,
|
timeout: 0,
|
||||||
data: null,
|
data: null,
|
||||||
dataType: null,
|
dataType: null,
|
||||||
dataTypes: null,
|
|
||||||
username: null,
|
username: null,
|
||||||
password: null,
|
password: null,
|
||||||
cache: null,
|
cache: null,
|
||||||
traditional: false,
|
traditional: false,
|
||||||
|
headers: {},
|
||||||
|
crossDomain: null,
|
||||||
*/
|
*/
|
||||||
xhr: function() {
|
xhr: function() {
|
||||||
return new window.XMLHttpRequest();
|
return new window.XMLHttpRequest();
|
||||||
|
|
Loading…
Reference in a new issue