Doc fix for merge method.

This commit is contained in:
tschaub
2012-08-08 11:41:33 -06:00
parent 4ae9f6878d
commit 7e326f97e2

View File

@@ -106,7 +106,8 @@ OpenLayers.Strategy.Fixed = OpenLayers.Class(OpenLayers.Strategy, {
*
* Parameters:
* 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) {
var layer = this.layer;