Doc fix for merge method.
This commit is contained in:
@@ -106,7 +106,8 @@ OpenLayers.Strategy.Fixed = OpenLayers.Class(OpenLayers.Strategy, {
|
|||||||
*
|
*
|
||||||
* Parameters:
|
* Parameters:
|
||||||
* mapProjection - {<OpenLayers.Projection>} the map projection
|
* mapProjection - {<OpenLayers.Projection>} the map projection
|
||||||
* resp - {Object} options to pass to protocol read.
|
* resp - {<OpenLayers.Protocol.Response>} The response object passed
|
||||||
|
* by the protocol.
|
||||||
*/
|
*/
|
||||||
merge: function(mapProjection, resp) {
|
merge: function(mapProjection, resp) {
|
||||||
var layer = this.layer;
|
var layer = this.layer;
|
||||||
|
|||||||
Reference in New Issue
Block a user