From 9a74fc1f7ec188586599b44d82d8de9c239f80d2 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 20 Jun 2006 23:08:10 +0000 Subject: [PATCH] update comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@633 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Markers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/Markers.js b/lib/OpenLayers/Layer/Markers.js index 192adb3b9e..82e955af75 100644 --- a/lib/OpenLayers/Layer/Markers.js +++ b/lib/OpenLayers/Layer/Markers.js @@ -89,7 +89,7 @@ OpenLayers.Layer.Markers.prototype = } }, - /** Calculate the screen pixel location for the marker, create it, and + /** Calculate the pixel location for the marker, create it, and * add it to the layer's div * * @private