Merge rules.

This commit is contained in:
Lauri Ojansivu 2018-09-16 00:44:41 +03:00
parent 6ab5f093d5
commit b3a752ef34
6 changed files with 2 additions and 13 deletions

View file

@ -98,8 +98,6 @@ BlazeComponent.extendComponent({
evt.preventDefault();
Utils.goBoardId(Session.get('currentBoard'));
}
console.log(evt)
},
cardIsSelected() {

View file

@ -37,7 +37,7 @@ BlazeComponent.extendComponent({
},
name() {
console.log(this.data());
// console.log(this.data());
},
events() {
return [{
@ -55,4 +55,4 @@ BlazeComponent.extendComponent({
},
}];
},
}).register('rulesActions');
}).register('rulesActions');