From 592aa6d5762b6d04e4f66364da4a58cea6b25d67 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 24 Dec 2015 13:07:55 +0100 Subject: 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. --- client/config/blazeHelpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/config/blazeHelpers.js b/client/config/blazeHelpers.js index adf5ef6a..f3a1757f 100644 --- a/client/config/blazeHelpers.js +++ b/client/config/blazeHelpers.js @@ -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(''); }); -- cgit v1.2.3-1-g7c22