fixes typo (Closes #1365)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6315 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -511,7 +511,7 @@ OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
|
|||||||
*/
|
*/
|
||||||
collectVertices: function() {
|
collectVertices: function() {
|
||||||
this.vertices = [];
|
this.vertices = [];
|
||||||
this.virtualVirtices = [];
|
this.virtualVertices = [];
|
||||||
var control = this;
|
var control = this;
|
||||||
function collectComponentVertices(geometry) {
|
function collectComponentVertices(geometry) {
|
||||||
var i, vertex, component;
|
var i, vertex, component;
|
||||||
|
|||||||
Reference in New Issue
Block a user