From 542f8c5a8477fe478be07043c883decbba0a1c85 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 25 Nov 2010 16:46:57 +0000 Subject: [PATCH] fixed API docs. p=patzi, r=me (closes #2948) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10919 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/Measure.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Control/Measure.js b/lib/OpenLayers/Control/Measure.js index d51d7f3189..be6864be9e 100644 --- a/lib/OpenLayers/Control/Measure.js +++ b/lib/OpenLayers/Control/Measure.js @@ -161,8 +161,8 @@ OpenLayers.Control.Measure = OpenLayers.Class(OpenLayers.Control, { /** * APIMethod: setImmediate - * Set is true, the temporary - * sketch will be erased. + * Sets the property. Changes the activity of immediate + * measurement. */ setImmediate: function(immediate) { this.immediate = immediate;