]> source.dussan.org Git - jquery.git/commitdiff
Fixed default property name for Opera (bug #2159).
authorJohn Resig <jeresig@gmail.com>
Mon, 14 Jan 2008 19:15:27 +0000 (19:15 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 14 Jan 2008 19:15:27 +0000 (19:15 +0000)
src/ajax.js

index 8bf4a501f5741e05389b66fc06e22a05c08c29f0..743857c1a07f6d9bcd313a77ca201b9c3ed6be9b 100644 (file)
@@ -153,7 +153,7 @@ jQuery.extend({
                        script: "text/javascript, application/javascript",
                        json: "application/json, text/javascript",
                        text: "text/plain",
-                       default: "*/*"
+                       "default": "*/*"
                }
        },