[OpenLayers-Commits] r7326 - sandbox/tschaub/olon/lib/OpenLayers

commits at openlayers.org commits at openlayers.org
Fri Jun 6 16:18:35 EDT 2008


Author: tschaub
Date: 2008-06-06 16:18:35 -0400 (Fri, 06 Jun 2008)
New Revision: 7326

Modified:
   sandbox/tschaub/olon/lib/OpenLayers/Map.js
Log:
deciding zoom should start out null

Modified: sandbox/tschaub/olon/lib/OpenLayers/Map.js
===================================================================
--- sandbox/tschaub/olon/lib/OpenLayers/Map.js	2008-06-06 19:07:35 UTC (rev 7325)
+++ sandbox/tschaub/olon/lib/OpenLayers/Map.js	2008-06-06 20:18:35 UTC (rev 7326)
@@ -194,7 +194,7 @@
      * Property: zoom
      * {Integer} The current zoom level of the map
      */
-    zoom: 0,    
+    zoom: null,    
 
     /**
      * Property: viewRequestID



More information about the Commits mailing list