From 74f557c1585157bf05a8156301dc3a4b0255a29a Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Sun, 1 Apr 2007 21:37:17 +0000 Subject: [PATCH] Fix euzuro's broken apostrophe in Marker.js from r122. git-svn-id: http://svn.openlayers.org/trunk/openlayers@2956 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Marker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Marker.js b/lib/OpenLayers/Marker.js index 100a28cdb3..252868237b 100644 --- a/lib/OpenLayers/Marker.js +++ b/lib/OpenLayers/Marker.js @@ -60,7 +60,7 @@ OpenLayers.Marker.prototype = { /** * @param {OpenLayers.Pixel} px * - * @return A new DOM Image with this markerīs icon set at the + * @return A new DOM Image with this marker's icon set at the * location passed-in * @type DOMElement */