* Bunch of WIP on new setPropertyValue() stuff making it easier to set props from JSON
This commit is contained in:
@@ -46,7 +46,7 @@ function User() {
|
||||
|
||||
this.isGroupMember = function(groupIdOrName) {
|
||||
return _.isString(self.groups[groupIdOrName]);
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user