Merge pull request #1128 from fredj/offset_props

Rename offset* attributes to delta*
This commit is contained in:
Frédéric Junod
2013-10-14 07:59:36 -07:00

View File

@@ -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}