diff --git a/guacamole/src/main/webapp/app/rest/types/PermissionSet.js b/guacamole/src/main/webapp/app/rest/types/PermissionSet.js index ca8e2f30f..740b9437f 100644 --- a/guacamole/src/main/webapp/app/rest/types/PermissionSet.js +++ b/guacamole/src/main/webapp/app/rest/types/PermissionSet.js @@ -34,7 +34,7 @@ angular.module('rest').factory('PermissionSet', [function definePermissionSet() * The object whose properties should be copied within the new * PermissionSet. */ - var PermissionSet = function Permission(template) { + var PermissionSet = function PermissionSet(template) { // Use empty object by default template = template || {};