From 47d0eb10137286aa2592ee3d5dbdaf664d6eb0a4 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sat, 3 Mar 2012 19:14:19 +0100 Subject: [PATCH] Documenting params --- lib/OpenLayers/Protocol/HTTP.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Protocol/HTTP.js b/lib/OpenLayers/Protocol/HTTP.js index e7414d8e99..d5c822c7d2 100644 --- a/lib/OpenLayers/Protocol/HTTP.js +++ b/lib/OpenLayers/Protocol/HTTP.js @@ -114,7 +114,7 @@ OpenLayers.Protocol.HTTP = OpenLayers.Class(OpenLayers.Protocol, { * Valid options include: * url - {String} * headers - {Object} - * params - {Object} + * params - {Object} URL parameters for GET requests * format - {} * callback - {Function} * scope - {Object}