Fix for #392 , another tile.clear we missed.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1780 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-11-08 18:22:48 +00:00
parent 8bd55016aa
commit 876051d619

View File

@@ -125,7 +125,7 @@ OpenLayers.Layer.WMS.Untiled.prototype =
//clear out the old tile
if (this.tile) {
OpenLayers.Util.clearArray(this.tile);
this.tile.clear();
}
//determine new tile bounds