[OpenLayers-Commits] r12341 - sandbox/mpriour/temporal_map/openlayers/lib/OpenLayers/Request

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Sep 8 00:30:06 EDT 2011


Author: mpriour
Date: 2011-09-07 21:30:05 -0700 (Wed, 07 Sep 2011)
New Revision: 12341

Modified:
   sandbox/mpriour/temporal_map/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js
Log:
Merge with trunk r12340

Modified: sandbox/mpriour/temporal_map/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js
===================================================================
--- sandbox/mpriour/temporal_map/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js	2011-09-07 19:26:02 UTC (rev 12340)
+++ sandbox/mpriour/temporal_map/openlayers/lib/OpenLayers/Request/XMLHttpRequest.js	2011-09-08 04:30:05 UTC (rev 12341)
@@ -217,9 +217,6 @@
         }
     };
     function fXMLHttpRequest_send(oRequest) {
-        // always set the X-Requested-With:-header
-        // oRequest._object.setRequestHeader("X-Requested-With", "XMLHttpRequest");
-        
         oRequest._object.send(oRequest._data);
 
         // BUGFIX: Gecko - missing readystatechange calls in synchronous requests



More information about the Commits mailing list