OpenLayers OpenLayers

Ticket #1532: marker-initialize-docs.patch

File marker-initialize-docs.patch, 0.6 kB (added by openlayers, 6 months ago)
  • lib/OpenLayers/Marker.js

    old new  
    6262     
    6363    /**  
    6464     * Constructor: OpenLayers.Marker 
    65      * Paraemeters: 
     65     * Parameters: 
     66     * lonlat - {<OpenLayers.LonLat>} the position of this marker 
    6667     * icon - {<OpenLayers.Icon>}  the icon for this marker 
    67      * lonlat - {<OpenLayers.LonLat>} the position of this marker 
    6868     */ 
    6969    initialize: function(lonlat, icon) { 
    7070        this.lonlat = lonlat;