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