Fix some problems in the documentation.
This commit is contained in:
@@ -214,7 +214,8 @@ OpenLayers.Strategy.BBOX = OpenLayers.Class(OpenLayers.Strategy, {
|
||||
* Method: triggerRead
|
||||
*
|
||||
* Parameters:
|
||||
* options - Additional options for the protocol's read method (optional)
|
||||
* options - {Object} Additional options for the protocol's read method
|
||||
* (optional)
|
||||
*
|
||||
* Returns:
|
||||
* {<OpenLayers.Protocol.Response>} The protocol response object
|
||||
|
||||
@@ -127,7 +127,7 @@ OpenLayers.Strategy.Filter = OpenLayers.Class(OpenLayers.Strategy, {
|
||||
* added to the layer. Others will be cached by the strategy.
|
||||
*
|
||||
* Parameters:
|
||||
* filter - <OpenLayers.Filter> A filter for evaluating features.
|
||||
* filter - {<OpenLayers.Filter>} A filter for evaluating features.
|
||||
*/
|
||||
setFilter: function(filter) {
|
||||
this.filter = filter;
|
||||
|
||||
@@ -146,7 +146,7 @@ OpenLayers.Strategy.Paging = OpenLayers.Class(OpenLayers.Strategy, {
|
||||
* Gets or sets page length.
|
||||
*
|
||||
* Parameters:
|
||||
* newLength: {Integer} Optional length to be set.
|
||||
* newLength - {Integer} Optional length to be set.
|
||||
*
|
||||
* Returns:
|
||||
* {Integer} The length of a page (number of features per page).
|
||||
|
||||
Reference in New Issue
Block a user