From ac6491ea127215cb07ca490fc2cc1af7c3778e8f Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sun, 3 Jan 2016 23:45:46 +0100 Subject: Remove unnecessary template name declaration This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration. --- client/components/boards/boardBody.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'client/components/boards/boardBody.js') diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index 9c1625cd..15268a6b 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -1,10 +1,6 @@ const subManager = new SubsManager(); BlazeComponent.extendComponent({ - template() { - return 'board'; - }, - onCreated() { this.draggingActive = new ReactiveVar(false); this.showOverlay = new ReactiveVar(false); @@ -180,10 +176,6 @@ Template.boardBody.onRendered(function() { }); BlazeComponent.extendComponent({ - template() { - return 'addListForm'; - }, - // Proxy open() { this.childComponents('inlinedForm')[0].open(); -- cgit v1.2.3-1-g7c22