[OpenLayers-Commits] r2079 - sandbox/vector/lib/OpenLayers/Layer

commits at openlayers.org commits at openlayers.org
Thu Dec 21 05:37:39 EST 2006


Author: pgiraud
Date: 2006-12-21 05:37:37 -0500 (Thu, 21 Dec 2006)
New Revision: 2079

Modified:
   sandbox/vector/lib/OpenLayers/Layer/Vector.js
Log:
removed tabs

Modified: sandbox/vector/lib/OpenLayers/Layer/Vector.js
===================================================================
--- sandbox/vector/lib/OpenLayers/Layer/Vector.js	2006-12-21 10:31:14 UTC (rev 2078)
+++ sandbox/vector/lib/OpenLayers/Layer/Vector.js	2006-12-21 10:37:37 UTC (rev 2079)
@@ -16,14 +16,14 @@
 
     /** @type Boolean */
     isFixed: false,
-	
+    
     /** @type Boolean */
-	isVector: true,
-	
-	/**
-	 * @type {Array} An array of {OpenLayer.Feature}.
-	 */
-	features: null,
+    isVector: true,
+    
+    /**
+     * @type {Array} An array of {OpenLayer.Feature}.
+     */
+    features: null,
 
     map: null,
 



More information about the Commits mailing list