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/import/import.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'client/components/import/import.js') diff --git a/client/components/import/import.js b/client/components/import/import.js index 63285e57..ec469a77 100644 --- a/client/components/import/import.js +++ b/client/components/import/import.js @@ -7,10 +7,6 @@ /// - getLabel(): i18n key for the text displayed in the popup, usually to /// explain how to get the data out of the source system. const ImportPopup = BlazeComponent.extendComponent({ - template() { - return 'importPopup'; - }, - jsonText() { return Session.get('import.text'); }, -- cgit v1.2.3-1-g7c22