#268: Document GuacamoleService.Users.

This commit is contained in:
Michael Jumper
2013-02-09 18:17:38 -08:00
parent 4e7f62b5ec
commit 823d3f995a

View File

@@ -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 = { GuacamoleService.Users = {
/** /**