Fixed default property name for Opera (bug #2159).
[jquery.git] / src / ajax.js
index 8bf4a50..743857c 100644 (file)
@@ -153,7 +153,7 @@ jQuery.extend({
                        script: "text/javascript, application/javascript",
                        json: "application/json, text/javascript",
                        text: "text/plain",
-                       default: "*/*"
+                       "default": "*/*"
                }
        },