Files
DiceCloud/rpg-docs/client/views/character/effects/effectsViewList/effectsViewList.js
2015-04-16 11:52:17 +00:00

6 lines
161 B
JavaScript

Template.effectsViewList.helpers({
effects: function(){
return Effects.find({"parent.id": this.parentId, charId: this.charId}, {fields: {parent: 0}});
}
});