From 23f7566c5cfc3af5aaa30c78fc9dd7cb4381b19f Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 18 Dec 2014 21:16:23 -0800 Subject: [PATCH] GUAC-932: Surely I mean function PermissionSet(template). --- guacamole/src/main/webapp/app/rest/types/PermissionSet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 || {};