Added deleting of roles

This commit is contained in:
hydrabolt
2015-10-26 16:02:13 +00:00
parent 5d22124c3d
commit acd7dfc404
5 changed files with 55 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ var Server = (function () {
var permissionGroup = _ref;
this.roles.push(new ServerPermissions(permissionGroup));
this.roles.push(new ServerPermissions(permissionGroup, this));
}
if (!data.members) {