#268: Rename service method to "remove".

This commit is contained in:
Michael Jumper
2013-02-09 19:04:00 -08:00
parent 823d3f995a
commit 9c34a8e9bf

View File

@@ -165,7 +165,7 @@ GuacamoleService.Users = {
* server for the sake of authentication
* (optional).
*/
"delete" : function(username, parameters) {
"remove" : function(username, parameters) {
// Construct request URL
var users_url = "users/delete?name=" + encodeURIComponent(username);