fix indent, no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10342 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Éric Lemoine
2010-05-19 15:39:25 +00:00
parent 0f648dedf4
commit ef87d15cfe

View File

@@ -169,7 +169,7 @@ OpenLayers.Request = {
} else {
window.setTimeout(function(){
if (request._aborted !== true) {
request.send(config.data);
request.send(config.data);
}
}, 0);
}