[OpenLayers-Commits] r1780 - trunk/openlayers/lib/OpenLayers/Layer/WMS
commits at openlayers.org
commits at openlayers.org
Wed Nov 8 13:22:49 EST 2006
Author: crschmidt
Date: 2006-11-08 13:22:48 -0500 (Wed, 08 Nov 2006)
New Revision: 1780
Modified:
trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
Log:
Fix for #392 , another tile.clear we missed.
Modified: trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js 2006-11-08 16:42:56 UTC (rev 1779)
+++ trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js 2006-11-08 18:22:48 UTC (rev 1780)
@@ -125,7 +125,7 @@
//clear out the old tile
if (this.tile) {
- OpenLayers.Util.clearArray(this.tile);
+ this.tile.clear();
}
//determine new tile bounds
More information about the Commits
mailing list