Documenting params

This commit is contained in:
ahocevar
2012-03-03 19:14:19 +01:00
parent 3b028e0017
commit 47d0eb1013

View File

@@ -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 - {<OpenLayers.Format>}
* callback - {Function}
* scope - {Object}