"Unsetting tile.src causes browsers to stop loading tiles more reliably",

r=tschaub, (Closes #1978)


git-svn-id: http://svn.openlayers.org/trunk/openlayers@8991 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2009-03-10 18:09:27 +00:00
parent 10bc8f5726
commit c1315bbb0c

View File

@@ -122,6 +122,7 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
this.imgDiv.map = null;
}
this.imgDiv.urls = null;
this.imgDiv.src = null;
}
this.imgDiv = null;
if ((this.frame != null) && (this.frame.parentNode == this.layer.div)) {