Changeset 2753
- Timestamp:
- 03/14/07 00:12:04 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/vector-2.4/lib/OpenLayers/Geometry/Collection.js
r2751 r2753 81 81 var strings = []; 82 82 for(var i = 0; i < this.components.length; i++) { 83 strings.push(this.components .toShortString());83 strings.push(this.components[i].toShortString()); 84 84 } 85 85 return strings.join(",");
