Ticket #799: destroyMarkers.patch
| File destroyMarkers.patch, 432 bytes (added by euzuro, 1 year ago) |
|---|
-
lib/OpenLayers/Layer/Markers.js
old new 54 54 */ 55 55 destroy: function() { 56 56 this.clearMarkers(); 57 markers = null;57 this.markers = null; 58 58 OpenLayers.Layer.prototype.destroy.apply(this, arguments); 59 59 }, 60 60
