Revert my accidental commit [12335].

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12340 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Marc Jansen
2011-09-07 19:26:02 +00:00
parent 80f3c81f11
commit a8e99486b8

View File

@@ -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