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:
@@ -51,7 +51,7 @@ OpenLayers.Feature.prototype= {
|
|||||||
this.data = null;
|
this.data = null;
|
||||||
if (this.marker != null) {
|
if (this.marker != null) {
|
||||||
this.marker.destroy();
|
this.marker.destroy();
|
||||||
this.marker = null,
|
this.marker = null;
|
||||||
}
|
}
|
||||||
if (this.popup != null) {
|
if (this.popup != null) {
|
||||||
this.popup.destroy();
|
this.popup.destroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user