Removed internal dataTypes option and added headers & crossDomain options into commented out options of ajaxSettings.

This commit is contained in:
jaubourg 2011-01-16 03:05:03 +01:00
parent 8ab23aec2c
commit 21143c3b21

View file

@ -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();