From 823d3f995a4c149fa85c50568d6a26e02ad4ba59 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 9 Feb 2013 18:17:38 -0800 Subject: [PATCH] #268: Document GuacamoleService.Users. --- guacamole/src/main/webapp/scripts/service.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole/src/main/webapp/scripts/service.js b/guacamole/src/main/webapp/scripts/service.js index 6ae0a1bd7..13ca10226 100644 --- a/guacamole/src/main/webapp/scripts/service.js +++ b/guacamole/src/main/webapp/scripts/service.js @@ -91,6 +91,10 @@ GuacamoleService.Connections = { }; +/** + * Collection of service functions which deal with users. Each function + * makes an explicit HTTP query to the server, and parses the response. + */ GuacamoleService.Users = { /**