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/activities/comments.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/components/activities/comments.js') diff --git a/client/components/activities/comments.js b/client/components/activities/comments.js index 18bf9ef0..9b6aedd6 100644 --- a/client/components/activities/comments.js +++ b/client/components/activities/comments.js @@ -1,10 +1,6 @@ const commentFormIsOpen = new ReactiveVar(false); BlazeComponent.extendComponent({ - template() { - return 'commentForm'; - }, - onDestroyed() { commentFormIsOpen.set(false); }, -- cgit v1.2.3-1-g7c22