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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Oct 14 14:52:19 EDT 2010


Author: ahocevar
Date: 2010-10-14 11:52:19 -0700 (Thu, 14 Oct 2010)
New Revision: 10835

Modified:
   trunk/openlayers/lib/OpenLayers/Control/GetFeature.js
Log:
fixed APIdocs.


Modified: trunk/openlayers/lib/OpenLayers/Control/GetFeature.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/GetFeature.js	2010-10-14 10:57:31 UTC (rev 10834)
+++ trunk/openlayers/lib/OpenLayers/Control/GetFeature.js	2010-10-14 18:52:19 UTC (rev 10835)
@@ -207,7 +207,8 @@
      *
      * Parameters:
      * options - {Object} A configuration object which at least has to contain
-     *     a <protocol> property
+     *     a <protocol> property (if not, it has to be set before a request is
+     *     made)
      */
     initialize: function(options) {
         // concatenate events specific to vector with those from the base



More information about the Commits mailing list