Remove 'drawn' property from Tiles. (Closes #1018)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4557 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-09-28 20:45:31 +00:00
parent af2f5b6577
commit eacfa2b88a
3 changed files with 3 additions and 34 deletions

View File

@@ -123,7 +123,6 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
OpenLayers.Util.modifyDOMElement(this.imgDiv,
null, null, imageSize) ;
}
this.drawn = true;
return true;
},