OpenLayers OpenLayers

Changeset 504

Show
Ignore:
Timestamp:
06/02/06 14:12:34 (3 years ago)
Author:
crschmidt
Message:

change , for ; from r502, fixes problems in FF after file is turned into single file version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Feature.js

    r502 r504  
    5252        if (this.marker != null) { 
    5353            this.marker.destroy(); 
    54             this.marker = null, 
     54            this.marker = null; 
    5555        } 
    5656        if (this.popup != null) {