OpenLayers OpenLayers

Changeset 3581

Show
Ignore:
Timestamp:
07/05/07 09:36:38 (1 year ago)
Author:
euzuro
Message:

remove unused local var. fixed #801. thanks eric l.

Files:

Legend:

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

    r3545 r3581  
    140140    createMarker: function() { 
    141141 
    142         var marker = null; 
    143          
    144142        if (this.lonlat != null) { 
    145143            this.marker = new OpenLayers.Marker(this.lonlat, this.data.icon);