re-add the Constructor API doc removed in r11641 (see #3149)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11656 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-03-07 14:48:26 +00:00
parent dc9f615833
commit 86fd4d076b
6 changed files with 54 additions and 0 deletions

View File

@@ -60,6 +60,15 @@ OpenLayers.Strategy.BBOX = OpenLayers.Class(OpenLayers.Strategy, {
*/
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.