Skip to content

Commit

Permalink
- switch to 900913
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
marcjansen committed Sep 7, 2011
1 parent 461b4e0 commit 6006a12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/OpenLayers/Request/XMLHttpRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6006a12

Please sign in to comment.