More docs and unit tests.

This commit is contained in:
ahocevar
2012-08-10 17:02:37 +02:00
parent ebc71b492e
commit e2acbc56d0
3 changed files with 86 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ OpenLayers.WPSClient = OpenLayers.Class({
* Properties:
* url - {String} the url of the server
* version - {String} WPS version of the server
* describeProcessResponse - {Object} Cache of DescribeProcess responses,
* keyed by process identifier.
* describeProcessResponse - {Object} Cache of raw DescribeProcess
* responses, keyed by process identifier.
*/
servers: null,