mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
Partially revert aae5030
As discussed in #370 and announced in the official Eslint-meteor plugin repository (https://github.com/dferber90/eslint-plugin-meteor), it is recommended to not use this plugin anymore has the author has it is currently broken and the author has abandoned it.
This commit is contained in:
parent
d9bc56896d
commit
592aa6d576
5 changed files with 32 additions and 40 deletions
|
|
@ -14,6 +14,6 @@ Blaze.registerHelper('currentCard', () => {
|
|||
|
||||
Blaze.registerHelper('getUser', (userId) => Users.findOne(userId));
|
||||
|
||||
UI.registerHelper('concat', function (...args) {
|
||||
Blaze.registerHelper('concat', function (...args) {
|
||||
return Array.prototype.slice.call(args, 0, -1).join('');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue