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
This commit is contained in:
crschmidt
2006-06-02 18:12:34 +00:00
parent 3c97bb529c
commit 280abf356c

View File

@@ -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();