From: John Resig Date: Mon, 14 Jan 2008 19:15:27 +0000 (+0000) Subject: Fixed default property name for Opera (bug #2159). X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=047debc750bd7ca15229297c1f3ab98527fe5be6;p=jquery.git Fixed default property name for Opera (bug #2159). --- diff --git a/src/ajax.js b/src/ajax.js index 8bf4a50..743857c 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": "*/*" } },