GUAC-932: Surely I mean function PermissionSet(template).

This commit is contained in:
Michael Jumper
2014-12-18 21:16:23 -08:00
parent 3b318ba870
commit 23f7566c5c

View File

@@ -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 || {};