Files
DiceCloud/rpg-docs/client/views/character/buffs/customBuffView/customBuffView.js
2017-08-09 15:01:20 +01:00

9 lines
200 B
JavaScript

Template.customBuffView.events({
"click .apply-buff-button": function(){
pushDialogStack({
template: "applyBuffDialog",
data: {buff: this.buff},
element: event.currentTarget,
});
},
});