OpenLayers OpenLayers

Changeset 574

Show
Ignore:
Timestamp:
06/12/06 11:06:12 (3 years ago)
Author:
euzuro
Message:

add destroy method which calls destroy() on both superclasses.

Files:

Legend:

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

    r515 r574  
    4646        } 
    4747    },     
     48     
     49    /** 
     50     *  
     51     */ 
     52    destroy: function() { 
     53        OpenLayers.Layer.Grid.prototype.destroy.apply(this, arguments); 
     54        OpenLayers.Layer.Markers.prototype.destroy.apply(this, arguments); 
     55    }, 
    4856     
    4957    /**