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 62 62 63 63 /** 64 64 * Constructor: OpenLayers.Marker 65 * Paraemeters: 65 * Parameters: 66 * lonlat - {<OpenLayers.LonLat>} the position of this marker 66 67 * icon - {<OpenLayers.Icon>} the icon for this marker 67 * lonlat - {<OpenLayers.LonLat>} the position of this marker68 68 */ 69 69 initialize: function(lonlat, icon) { 70 70 this.lonlat = lonlat;
