diff --git a/lib/OpenLayers/Feature.js b/lib/OpenLayers/Feature.js index e8bbd10f82..d8d3341638 100644 --- a/lib/OpenLayers/Feature.js +++ b/lib/OpenLayers/Feature.js @@ -51,7 +51,7 @@ OpenLayers.Feature.prototype= { this.data = null; if (this.marker != null) { this.marker.destroy(); - this.marker = null, + this.marker = null; } if (this.popup != null) { this.popup.destroy();