Fix padded-blocks eslint rule in ES5 files

[MAILPOET-1144]
This commit is contained in:
Pavel Dohnal
2017-11-30 09:12:19 +00:00
parent 0e08e58288
commit 8ea4a219e2
33 changed files with 0 additions and 47 deletions

View File

@@ -113,7 +113,6 @@ define('modal', ['mailpoet', 'jquery'],
return function () { return template; };
}
return window.Handlebars.compile(template);
},
init: function (options) {
var modal;