[OpenLayers-Commits] r11656 -
trunk/openlayers/lib/OpenLayers/Strategy
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Mar 7 09:48:29 EST 2011
Author: fredj
Date: 2011-03-07 06:48:26 -0800 (Mon, 07 Mar 2011)
New Revision: 11656
Modified:
trunk/openlayers/lib/OpenLayers/Strategy/BBOX.js
trunk/openlayers/lib/OpenLayers/Strategy/Cluster.js
trunk/openlayers/lib/OpenLayers/Strategy/Filter.js
trunk/openlayers/lib/OpenLayers/Strategy/Fixed.js
trunk/openlayers/lib/OpenLayers/Strategy/Paging.js
trunk/openlayers/lib/OpenLayers/Strategy/Refresh.js
Log:
re-add the Constructor API doc removed in r11641 (see #3149)
Modified: trunk/openlayers/lib/OpenLayers/Strategy/BBOX.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Strategy/BBOX.js 2011-03-07 14:42:08 UTC (rev 11655)
+++ trunk/openlayers/lib/OpenLayers/Strategy/BBOX.js 2011-03-07 14:48:26 UTC (rev 11656)
@@ -61,6 +61,15 @@
response: null,
/**
+ * Constructor: OpenLayers.Strategy.BBOX
+ * Create a new BBOX strategy.
+ *
+ * Parameters:
+ * options - {Object} Optional object whose properties will be set on the
+ * instance.
+ */
+
+ /**
* Method: activate
* Set up strategy with regard to reading new batches of remote data.
*
Modified: trunk/openlayers/lib/OpenLayers/Strategy/Cluster.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Strategy/Cluster.js 2011-03-07 14:42:08 UTC (rev 11655)
+++ trunk/openlayers/lib/OpenLayers/Strategy/Cluster.js 2011-03-07 14:48:26 UTC (rev 11656)
@@ -59,6 +59,15 @@
resolution: null,
/**
+ * Constructor: OpenLayers.Strategy.Cluster
+ * Create a new clustering strategy.
+ *
+ * Parameters:
+ * options - {Object} Optional object whose properties will be set on the
+ * instance.
+ */
+
+ /**
* APIMethod: activate
* Activate the strategy. Register any listeners, do appropriate setup.
*
Modified: trunk/openlayers/lib/OpenLayers/Strategy/Filter.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Strategy/Filter.js 2011-03-07 14:42:08 UTC (rev 11655)
+++ trunk/openlayers/lib/OpenLayers/Strategy/Filter.js 2011-03-07 14:48:26 UTC (rev 11656)
@@ -40,6 +40,15 @@
caching: false,
/**
+ * Constructor: OpenLayers.Strategy.Filter
+ * Create a new filter strategy.
+ *
+ * Parameters:
+ * options - {Object} Optional object whose properties will be set on the
+ * instance.
+ */
+
+ /**
* APIMethod: activate
* Activate the strategy. Register any listeners, do appropriate setup.
* By default, this strategy automatically activates itself when a layer
Modified: trunk/openlayers/lib/OpenLayers/Strategy/Fixed.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Strategy/Fixed.js 2011-03-07 14:42:08 UTC (rev 11655)
+++ trunk/openlayers/lib/OpenLayers/Strategy/Fixed.js 2011-03-07 14:48:26 UTC (rev 11656)
@@ -25,6 +25,15 @@
preload: false,
/**
+ * Constructor: OpenLayers.Strategy.Fixed
+ * Create a new Fixed strategy.
+ *
+ * Parameters:
+ * options - {Object} Optional object whose properties will be set on the
+ * instance.
+ */
+
+ /**
* Method: activate
* Activate the strategy: load data or add listener to load when visible
*
Modified: trunk/openlayers/lib/OpenLayers/Strategy/Paging.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Strategy/Paging.js 2011-03-07 14:42:08 UTC (rev 11655)
+++ trunk/openlayers/lib/OpenLayers/Strategy/Paging.js 2011-03-07 14:48:26 UTC (rev 11656)
@@ -41,6 +41,15 @@
paging: false,
/**
+ * Constructor: OpenLayers.Strategy.Paging
+ * Create a new paging strategy.
+ *
+ * Parameters:
+ * options - {Object} Optional object whose properties will be set on the
+ * instance.
+ */
+
+ /**
* APIMethod: activate
* Activate the strategy. Register any listeners, do appropriate setup.
*
Modified: trunk/openlayers/lib/OpenLayers/Strategy/Refresh.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Strategy/Refresh.js 2011-03-07 14:42:08 UTC (rev 11655)
+++ trunk/openlayers/lib/OpenLayers/Strategy/Refresh.js 2011-03-07 14:48:26 UTC (rev 11656)
@@ -38,6 +38,15 @@
timer: null,
/**
+ * Constructor: OpenLayers.Strategy.Refresh
+ * Create a new Refresh strategy.
+ *
+ * Parameters:
+ * options - {Object} Optional object whose properties will be set on the
+ * instance.
+ */
+
+ /**
* APIMethod: activate
* Activate the strategy. Register any listeners, do appropriate setup.
*
More information about the Commits
mailing list