From 047debc750bd7ca15229297c1f3ab98527fe5be6 Mon Sep 17 00:00:00 2001 From: John Resig Date: Mon, 14 Jan 2008 19:15:27 +0000 Subject: [PATCH] Fixed default property name for Opera (bug #2159). --- src/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ajax.js b/src/ajax.js index 8bf4a501f..743857c1a 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": "*/*" } }, -- 2.39.5