Skip to main content

Bug Tracker

Side navigation

Ticket #2159: defaultproperty.patch


File defaultproperty.patch, 0.6 KB (added by scottgonzalez, January 14, 2008 07:12PM UTC)
Index: ajax.js
===================================================================
--- ajax.js	(revision 4441)
+++ ajax.js	(working copy)
@@ -153,7 +153,7 @@
 			script: "text/javascript, application/javascript",
 			json: "application/json, text/javascript",
 			text: "text/plain",
-			default: "*/*"
+			'default': "*/*"
 		}
 	},
 	
@@ -287,7 +287,7 @@
 			// Set the Accepts header for the server, depending on the dataType
 			xml.setRequestHeader("Accept", s.dataType && s.accepts[ s.dataType ] ?
 				s.accepts[ s.dataType ] + ", */*" :
-				s.accepts.default );
+				s.accepts['default'] );
 		} catch(e){}
 
 		// Allow custom headers/mimetypes

Download in other formats:

Original Format