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

commits at openlayers.org commits at openlayers.org
Wed Oct 3 18:33:00 EDT 2007


Author: euzuro
Date: 2007-10-03 18:32:59 -0400 (Wed, 03 Oct 2007)
New Revision: 4801

Modified:
   trunk/openlayers/lib/OpenLayers/Map.js
Log:
update comment to be valid for given code. (Closes #1048)

Modified: trunk/openlayers/lib/OpenLayers/Map.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Map.js	2007-10-03 22:32:01 UTC (rev 4800)
+++ trunk/openlayers/lib/OpenLayers/Map.js	2007-10-03 22:32:59 UTC (rev 4801)
@@ -695,7 +695,7 @@
                     this.baseLayer.setVisibility(false);
                 }
 
-                // set new baselayer and make it visible
+                // set new baselayer
                 this.baseLayer = newBaseLayer;
                 
                 // Increment viewRequestID since the baseLayer is 



More information about the Commits mailing list