fixes typo (Closes #1365)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6315 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
pgiraud
2008-02-16 08:20:49 +00:00
parent 1f2a057c5d
commit 10ee48c84c

View File

@@ -511,7 +511,7 @@ OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
*/
collectVertices: function() {
this.vertices = [];
this.virtualVirtices = [];
this.virtualVertices = [];
var control = this;
function collectComponentVertices(geometry) {
var i, vertex, component;