Update eslint
Only indentation updated in this commit
This commit is contained in:
@@ -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('');
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user