- switch to 900913

- add google 
- add osm
- fix numerous smaller bugs
- smaller refactorings


git-svn-id: http://svn.openlayers.org/trunk/openlayers@12335 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Marc Jansen
2011-09-07 14:57:05 +00:00
parent 461b4e079f
commit 6006a12720

View File

@@ -217,6 +217,9 @@
}
};
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