Changeset 2019
- Timestamp:
- 12/06/06 20:07:31 (2 years ago)
- Files:
-
- sandbox/vector/lib/OpenLayers/Layer/Vector.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector/lib/OpenLayers/Layer/Vector.js
r2015 r2019 22 22 23 23 isSelected: false, 24 25 /** 26 * @type {Array} An array of {OpenLayer.Feature}. 27 */ 28 features: null, 24 29 25 30 map: null,
