mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-932: Surely I mean function PermissionSet(template).
This commit is contained in:
@@ -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 || {};
|
||||
|
Reference in New Issue
Block a user