mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix lint errors.
This commit is contained in:
parent
b3a752ef34
commit
df84a2be9a
34 changed files with 991 additions and 999 deletions
|
|
@ -35,7 +35,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
name() {
|
||||
console.log(this.data());
|
||||
// console.log(this.data());
|
||||
},
|
||||
events() {
|
||||
return [{
|
||||
|
|
@ -50,4 +50,4 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
}];
|
||||
},
|
||||
}).register('rulesTriggers');
|
||||
}).register('rulesTriggers');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue