aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2008-01-14 19:37:05 +0000
committerJohn Resig <jeresig@gmail.com>2008-01-14 19:37:05 +0000
commit260fc23e92e1aa04fbec8f29646cd9e853faf851 (patch)
tree0bb0155df5170440c110647c1ac2fe929f12eff8
parent6e739fd2ba917124dfbba5334eaa502e739490b8 (diff)
downloadjquery-260fc23e92e1aa04fbec8f29646cd9e853faf851.tar.gz
jquery-260fc23e92e1aa04fbec8f29646cd9e853faf851.zip
Tweaked the default Accept header to _default.
-rw-r--r--src/ajax.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ajax.js b/src/ajax.js
index 743857c1a..bf2744b6b 100644
--- a/src/ajax.js
+++ b/src/ajax.js
@@ -153,7 +153,7 @@ jQuery.extend({
script: "text/javascript, application/javascript",
json: "application/json, text/javascript",
text: "text/plain",
- "default": "*/*"
+ _default: "*/*"
}
},