#268: Improve service function naming.

This commit is contained in:
Michael Jumper
2013-02-09 18:04:28 -08:00
parent c77d1413cc
commit 3a3bdb4de4
2 changed files with 74 additions and 61 deletions

View File

@@ -136,7 +136,7 @@ GuacamoleRootUI.reset = function() {
// Read connections
var connections;
try {
connections = GuacamoleService.getConnections(parameters);
connections = GuacamoleService.Connections.list(parameters);
}
catch (e) {