From: John Resig Date: Mon, 14 Jan 2008 19:37:05 +0000 (+0000) Subject: Tweaked the default Accept header to _default. X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=260fc23e92e1aa04fbec8f29646cd9e853faf851;p=jquery.git Tweaked the default Accept header to _default. --- diff --git a/src/ajax.js b/src/ajax.js index 743857c..bf2744b 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: "*/*" } },