From b1a21226195e2e03eda6f52abd02261567ad8b58 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sun, 11 May 2008 18:36:21 +0000 Subject: [PATCH] Minor fixes to marker documentation. r=me, (Closes #1532) git-svn-id: http://svn.openlayers.org/trunk/openlayers@7138 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Marker.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Marker.js b/lib/OpenLayers/Marker.js index 782a2ecec8..19c592db49 100644 --- a/lib/OpenLayers/Marker.js +++ b/lib/OpenLayers/Marker.js @@ -62,9 +62,9 @@ OpenLayers.Marker = OpenLayers.Class({ /** * Constructor: OpenLayers.Marker - * Paraemeters: - * icon - {} the icon for this marker + * Parameters: * lonlat - {} the position of this marker + * icon - {} the icon for this marker */ initialize: function(lonlat, icon) { this.lonlat = lonlat;