Implemented a javascript code style
This commit is contained in:
@@ -4,7 +4,7 @@ Template.effectsViewList.helpers({
|
||||
"parent.id": this.parentId,
|
||||
"charId": this.charId
|
||||
};
|
||||
if(this.parentGroup){
|
||||
if (this.parentGroup){
|
||||
selector["parent.group"] = this.parentGroup;
|
||||
}
|
||||
return Effects.find(selector, {fields: {parent: 0}});
|
||||
|
||||
Reference in New Issue
Block a user