From 9067260a442154358eef944f6a9a9ae50fac5849 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 12 Nov 2013 17:03:40 +0100 Subject: [PATCH] Fixing api doc comment --- src/ol/interaction/draginteraction.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ol/interaction/draginteraction.js b/src/ol/interaction/draginteraction.js index f3af8a62ef..cea8b1796e 100644 --- a/src/ol/interaction/draginteraction.js +++ b/src/ol/interaction/draginteraction.js @@ -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;