Update eslint

Only indentation updated in this commit
This commit is contained in:
Pavel Dohnal
2018-06-13 09:28:53 +01:00
parent 0545e48f8e
commit 683e9c9fa1
50 changed files with 2104 additions and 2151 deletions

View File

@@ -101,11 +101,11 @@ define('handlebars_helpers', ['handlebars'], function (Handlebars) {
lines = value.trim().split('\n');
// remove header & footer
// remove header & footer
lines.shift();
lines.pop();
// return concatenated lines
// return concatenated lines
return lines.join('');
});