[OpenLayers-Commits] r3565 - trunk/openlayers/lib/OpenLayers

commits at openlayers.org commits at openlayers.org
Tue Jul 3 12:14:18 EDT 2007


Author: tschaub
Date: 2007-07-03 12:14:17 -0400 (Tue, 03 Jul 2007)
New Revision: 3565

Modified:
   trunk/openlayers/lib/OpenLayers/Map.js
Log:
replace hyphen with period in comments - ND is greedy about hyphens.  This fixes the doc bit for map.baseLayer

Modified: trunk/openlayers/lib/OpenLayers/Map.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Map.js	2007-07-03 16:12:11 UTC (rev 3564)
+++ trunk/openlayers/lib/OpenLayers/Map.js	2007-07-03 16:14:17 UTC (rev 3565)
@@ -105,8 +105,8 @@
 
     /**
      * APIProperty: baseLayer
-     * {<OpenLayers.Layer>} The currently selected base layer - this determines
-     *                      min/max zoom level, projection, etc.
+     * {<OpenLayers.Layer>} The currently selected base layer.  This determines
+     * min/max zoom level, projection, etc.
      */
     baseLayer: null,
     



More information about the Commits mailing list