OpenLayers OpenLayers

Changeset 1780

Show
Ignore:
Timestamp:
11/08/06 13:22:48 (2 years ago)
Author:
crschmidt
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js

    r1779 r1780  
    126126            //clear out the old tile  
    127127            if (this.tile) { 
    128                 OpenLayers.Util.clearArray(this.tile); 
     128                this.tile.clear(); 
    129129            } 
    130130