git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab23ae
)
Removed internal dataTypes option and added headers & crossDomain options into commen...
author
jaubourg
<j@ubourg.net>
Sun, 16 Jan 2011 02:05:03 +0000
(
03:05
+0100)
committer
jaubourg
<j@ubourg.net>
Sun, 16 Jan 2011 02:05:03 +0000
(
03:05
+0100)
src/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax.js
b/src/ajax.js
index
5c4d469
..
3eb36c3
100644
(file)
--- a/
src/ajax.js
+++ b/
src/ajax.js
@@
-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();