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

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7138 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2008-05-11 18:36:21 +00:00
parent 8cf0266a1f
commit b1a2122619

View File

@@ -62,9 +62,9 @@ OpenLayers.Marker = OpenLayers.Class({
/**
* Constructor: OpenLayers.Marker
* Paraemeters:
* icon - {<OpenLayers.Icon>} the icon for this marker
* Parameters:
* lonlat - {<OpenLayers.LonLat>} the position of this marker
* icon - {<OpenLayers.Icon>} the icon for this marker
*/
initialize: function(lonlat, icon) {
this.lonlat = lonlat;