diff --git a/lib/OpenLayers/Strategy/Fixed.js b/lib/OpenLayers/Strategy/Fixed.js index ea81f5ed2a..6b38b0b9c9 100644 --- a/lib/OpenLayers/Strategy/Fixed.js +++ b/lib/OpenLayers/Strategy/Fixed.js @@ -106,7 +106,8 @@ OpenLayers.Strategy.Fixed = OpenLayers.Class(OpenLayers.Strategy, { * * Parameters: * mapProjection - {} the map projection - * resp - {Object} options to pass to protocol read. + * resp - {} The response object passed + * by the protocol. */ merge: function(mapProjection, resp) { var layer = this.layer;