Rename offset* attributes to delta*

This commit is contained in:
Frederic Junod
2013-10-14 14:22:51 +02:00
parent 86bb213048
commit 9ffabb481c

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}