Changeset 1780
- Timestamp:
- 11/08/06 13:22:48 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js
r1779 r1780 126 126 //clear out the old tile 127 127 if (this.tile) { 128 OpenLayers.Util.clearArray(this.tile);128 this.tile.clear(); 129 129 } 130 130
