From 0020e794122fb0df0e53337daba110f7a3c897d1 Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Fri, 29 Jul 2011 09:45:29 +0000 Subject: [PATCH] API documentation improvement. No functional change. git-svn-id: http://svn.openlayers.org/trunk/openlayers@12200 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Control/SelectFeature.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/OpenLayers/Control/SelectFeature.js b/lib/OpenLayers/Control/SelectFeature.js index d9e58217e2..5d2dc9319c 100644 --- a/lib/OpenLayers/Control/SelectFeature.js +++ b/lib/OpenLayers/Control/SelectFeature.js @@ -74,9 +74,9 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, { /** * APIProperty: highlightOnly - * {Boolean} If true do not actually select features (i.e. place them in the - * layer's selected features array), just highlight them. This property has - * no effect if hover is false. Defaults to false. + * {Boolean} If true do not actually select features (that is place them in + * the layer's selected features array), just highlight them. This property + * has no effect if hover is false. Defaults to false. */ highlightOnly: false,