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/lists/listBody.js | 8 -------- 1 file changed, 8 deletions(-) (limited to 'client/components/lists/listBody.js') diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js index c3a85614..907c2157 100644 --- a/client/components/lists/listBody.js +++ b/client/components/lists/listBody.js @@ -1,8 +1,4 @@ BlazeComponent.extendComponent({ - template() { - return 'listBody'; - }, - mixins() { return [Mixins.PerfectScrollbar]; }, @@ -122,10 +118,6 @@ function toggleValueInReactiveArray(reactiveValue, value) { } BlazeComponent.extendComponent({ - template() { - return 'addCardForm'; - }, - onCreated() { this.labels = new ReactiveVar([]); this.members = new ReactiveVar([]); -- cgit v1.2.3-1-g7c22