resizing the map quickly messes up tile load events (singleTile). Thanks bartvde for the patch. r=me (closes #1417)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6436 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2008-03-05 14:41:32 +00:00
parent 894c457fdd
commit 0a8ffebb85

View File

@@ -700,7 +700,6 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
*/
onMapResize: function() {
if (this.singleTile) {
this.clearGrid();
this.setTileSize();
}
},