[OpenLayers-Commits] r12200 - trunk/openlayers/lib/OpenLayers/Control

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Jul 29 05:45:31 EDT 2011


Author: marcjansen
Date: 2011-07-29 02:45:29 -0700 (Fri, 29 Jul 2011)
New Revision: 12200

Modified:
   trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js
Log:
API documentation improvement. No functional change.

Modified: trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js	2011-07-29 09:38:02 UTC (rev 12199)
+++ trunk/openlayers/lib/OpenLayers/Control/SelectFeature.js	2011-07-29 09:45:29 UTC (rev 12200)
@@ -74,9 +74,9 @@
 
     /**
      * 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,
     



More information about the Commits mailing list