OpenLayers OpenLayers

Changeset 7138

Show
Ignore:
Timestamp:
05/11/08 14:36:21 (3 months ago)
Author:
crschmidt
Message:

Minor fixes to marker documentation. r=me, (Closes #1532)

Files:

Legend:

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

    r5614 r7138  
    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) {