From aa246a1122620abe8ae7568975154a3f4d839758 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 15 Apr 2010 14:47:39 +0000 Subject: [PATCH] Fixed typo. Non-functional change (see #2581) git-svn-id: http://svn.openlayers.org/trunk/openlayers@10216 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/GetFeature.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Control/GetFeature.js b/lib/OpenLayers/Control/GetFeature.js index b53bdb5b25..91c7a71abf 100644 --- a/lib/OpenLayers/Control/GetFeature.js +++ b/lib/OpenLayers/Control/GetFeature.js @@ -62,7 +62,7 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, { * {Boolean} Use a click handler for selecting/unselecting features. If * both and are set to true, the click handler takes * precedence over the box handler if a box with zero extent was - * selected. If both clicks and Default is true. + * selected. Default is true. */ click: true,