Rename offset* attributes to delta*
This commit is contained in:
@@ -39,12 +39,12 @@ ol.interaction.Drag = function() {
|
|||||||
/**
|
/**
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.offsetX = 0;
|
this.deltaX = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {number}
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.offsetY = 0;
|
this.deltaY = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {ol.Coordinate}
|
* @type {ol.Coordinate}
|
||||||
|
|||||||
Reference in New Issue
Block a user