From 280abf356cc63aab07551feefe349b35f7bfa2aa Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 2 Jun 2006 18:12:34 +0000 Subject: [PATCH] change , for ; from r502, fixes problems in FF after file is turned into single file version. git-svn-id: http://svn.openlayers.org/trunk/openlayers@504 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Feature.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();