Changeset 6315
- Timestamp:
- 02/16/08 03:20:49 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/ModifyFeature.js
r6240 r6315 512 512 collectVertices: function() { 513 513 this.vertices = []; 514 this.virtualV irtices = [];514 this.virtualVertices = []; 515 515 var control = this; 516 516 function collectComponentVertices(geometry) {
