Replace tabs with spaces where appropriate.

This commit is contained in:
Marc Jansen
2012-09-11 21:51:18 +02:00
parent f7ca64b1aa
commit 1348f97546
6 changed files with 23 additions and 23 deletions

View File

@@ -22,12 +22,12 @@
*/
OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
/**
/**
* APIProperty: documentDrag
* {Boolean} If set to true, dragging vertices will continue even if the
* mouse cursor leaves the map viewport. Default is false.
*/
documentDrag: false,
documentDrag: false,
/**
* APIProperty: geometryTypes
@@ -252,7 +252,7 @@ OpenLayers.Control.ModifyFeature = OpenLayers.Class(OpenLayers.Control, {
// configure the drag control
var dragOptions = {
documentDrag: this.documentDrag,
documentDrag: this.documentDrag,
geometryTypes: ["OpenLayers.Geometry.Point"],
onStart: function(feature, pixel) {
control.dragStart.apply(control, [feature, pixel]);