From cbc705bdf7abad0de6c7b800b3c0ffd84a4b59ab Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Thu, 7 Feb 2013 09:42:52 +0100 Subject: [PATCH] Adjust method documentation. --- lib/OpenLayers/Control/Measure.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Control/Measure.js b/lib/OpenLayers/Control/Measure.js index 39cae06bc8..f0fb89d855 100644 --- a/lib/OpenLayers/Control/Measure.js +++ b/lib/OpenLayers/Control/Measure.js @@ -226,8 +226,10 @@ OpenLayers.Control.Measure = OpenLayers.Class(OpenLayers.Control, { * Method: measureImmediate * Called each time the measurement sketch is modified. * - * Parameters: point - {} The point at the - * mouseposition. feature - {} The sketch feature. + * Parameters: + * point - {} The point at the mouse position. + * feature - {} The sketch feature. + * drawing - {Boolean} Indicates whether we're currently drawing. */ measureImmediate : function(point, feature, drawing) { if (drawing && !this.handler.freehandMode(this.handler.evt)) {