summaryrefslogtreecommitdiffstats
path: root/client/config/reactiveTabs.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/config/reactiveTabs.js')
-rw-r--r--client/config/reactiveTabs.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/config/reactiveTabs.js b/client/config/reactiveTabs.js
index 937057f7..5365c6d1 100644
--- a/client/config/reactiveTabs.js
+++ b/client/config/reactiveTabs.js
@@ -1,5 +1,4 @@
// XXX Since Blaze doesn't have a clean high component API, component API are
// also tweaky to use. I guess React would be a solution.
-ReactiveTabs.createInterface({
- template: 'basicTabs'
-});
+const template = 'basicTabs';
+ReactiveTabs.createInterface({ template });