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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user