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

commits at openlayers.org commits at openlayers.org
Wed Dec 6 20:07:34 EST 2006


Author: camerons
Date: 2006-12-06 20:07:31 -0500 (Wed, 06 Dec 2006)
New Revision: 2019

Modified:
   sandbox/vector/lib/OpenLayers/Layer/Vector.js
Log:
Add feature as a parameter, (for comments). Should have no functional impact.

Modified: sandbox/vector/lib/OpenLayers/Layer/Vector.js
===================================================================
--- sandbox/vector/lib/OpenLayers/Layer/Vector.js	2006-12-06 21:29:36 UTC (rev 2018)
+++ sandbox/vector/lib/OpenLayers/Layer/Vector.js	2006-12-07 01:07:31 UTC (rev 2019)
@@ -21,6 +21,11 @@
 	isVector: true,
 	
 	isSelected: false,
+	
+	/**
+	 * @type {Array} An array of {OpenLayer.Feature}.
+	 */
+	features: null,
 
     map: null,
 



More information about the Commits mailing list