Skip to content

Commit

Permalink
Fixed lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
neogeek committed Dec 16, 2016
1 parent b6e50ba commit f0f9cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/app.js
Expand Up @@ -6,7 +6,7 @@ require('./templates/partials.min.js');

let locales = {};

Handlebars.registerHelper('__', (key) => {
Handlebars.registerHelper('__', key => {

if (locales[key]) {

Expand Down

0 comments on commit f0f9cd0

Please sign in to comment.