From f0f9cd05097e16ae31e5ba1aa0dea7d51960bbc6 Mon Sep 17 00:00:00 2001 From: Scott Doxey Date: Fri, 16 Dec 2016 00:01:11 -0500 Subject: [PATCH] Fixed lint issue. --- static/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/app.js b/static/js/app.js index c999827..2879724 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -6,7 +6,7 @@ require('./templates/partials.min.js'); let locales = {}; -Handlebars.registerHelper('__', (key) => { +Handlebars.registerHelper('__', key => { if (locales[key]) {