Changeset 7138
- Timestamp:
- 05/11/08 14:36:21 (3 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Marker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Marker.js
r5614 r7138 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) {
