OpenLayers OpenLayers

Changeset 3578

Show
Ignore:
Timestamp:
07/03/07 19:35:57 (1 year ago)
Author:
euzuro
Message:

fix for #799 - markers destroy no longer nullifies a global variable

Files:

Legend:

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

    r3577 r3578  
    5656    destroy: function() { 
    5757        this.clearMarkers(); 
    58         markers = null; 
     58        this.markers = null; 
    5959        OpenLayers.Layer.prototype.destroy.apply(this, arguments); 
    6060    },