quick lint before rc1, only some missing missing semi-colons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6748 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -594,7 +594,7 @@ OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
originGeometry.move = function(x, y) {
|
||||
OpenLayers.Geometry.Point.prototype.move.call(this, x, y);
|
||||
geometry.move(x, y);
|
||||
}
|
||||
};
|
||||
this.dragHandle = origin;
|
||||
this.layer.addFeatures([this.dragHandle], {silent: true});
|
||||
},
|
||||
@@ -634,7 +634,7 @@ OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
var l1 = Math.sqrt((dx1 * dx1) + (dy1 * dy1));
|
||||
geometry.resize(l1 / l0, originGeometry);
|
||||
}
|
||||
}
|
||||
};
|
||||
this.radiusHandle = radius;
|
||||
this.layer.addFeatures([this.radiusHandle], {silent: true});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user