mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-08 06:01:22 +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
|
* The object whose properties should be copied within the new
|
||||||
* PermissionSet.
|
* PermissionSet.
|
||||||
*/
|
*/
|
||||||
var PermissionSet = function Permission(template) {
|
var PermissionSet = function PermissionSet(template) {
|
||||||
|
|
||||||
// Use empty object by default
|
// Use empty object by default
|
||||||
template = template || {};
|
template = template || {};
|
||||||
|
Reference in New Issue
Block a user