OpenLayers OpenLayers

Changeset 6315

Show
Ignore:
Timestamp:
02/16/08 03:20:49 (11 months ago)
Author:
pgiraud
Message:

fixes typo (Closes #1365)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Control/ModifyFeature.js

    r6240 r6315  
    512512    collectVertices: function() { 
    513513        this.vertices = []; 
    514         this.virtualVirtices = [];         
     514        this.virtualVertices = [];         
    515515        var control = this; 
    516516        function collectComponentVertices(geometry) {