Fixing api doc comment
This commit is contained in:
@@ -27,8 +27,9 @@ ol.interaction.Drag = function() {
|
|||||||
this.dragging_ = false;
|
this.dragging_ = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {number} Delta for INTERACTING view hint. Subclasses that do not want
|
* Delta for INTERACTING view hint. Subclasses that do not want the
|
||||||
* the INTERACTING hint to be set should override this to 0.
|
* INTERACTING hint to be set should override this to 0.
|
||||||
|
* @type {number}
|
||||||
*/
|
*/
|
||||||
this.interactingHint = 1;
|
this.interactingHint = 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user