Fixing api doc comment

This commit is contained in:
ahocevar
2013-11-12 17:03:40 +01:00
parent 7ae65c32e1
commit 9067260a44

View File

@@ -27,8 +27,9 @@ ol.interaction.Drag = function() {
this.dragging_ = false;
/**
* @type {number} Delta for INTERACTING view hint. Subclasses that do not want
* the INTERACTING hint to be set should override this to 0.
* Delta for INTERACTING view hint. Subclasses that do not want the
* INTERACTING hint to be set should override this to 0.
* @type {number}
*/
this.interactingHint = 1;