From 876051d6190095bebab2bd12e292c4c8aca1a50e Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 8 Nov 2006 18:22:48 +0000 Subject: [PATCH] Fix for #392 , another tile.clear we missed. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1780 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS/Untiled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WMS/Untiled.js b/lib/OpenLayers/Layer/WMS/Untiled.js index 056cd3254a..9536e0aa64 100644 --- a/lib/OpenLayers/Layer/WMS/Untiled.js +++ b/lib/OpenLayers/Layer/WMS/Untiled.js @@ -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