From c04b68b1b6ad11447a518869a7a9ba04212a32d7 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 3 Jul 2007 16:14:17 +0000 Subject: [PATCH] replace hyphen with period in comments - ND is greedy about hyphens. This fixes the doc bit for map.baseLayer git-svn-id: http://svn.openlayers.org/trunk/openlayers@3565 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index 6f2c70dbcc..7a58d0f594 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -105,8 +105,8 @@ OpenLayers.Map.prototype = { /** * APIProperty: baseLayer - * {} The currently selected base layer - this determines - * min/max zoom level, projection, etc. + * {} The currently selected base layer. This determines + * min/max zoom level, projection, etc. */ baseLayer: null,