Fix eslint no-unreachable in ES5

[MAILPOET-1085]
This commit is contained in:
Pavel Dohnal
2017-09-06 09:16:06 +01:00
parent a1a4fcb978
commit 2c068c7bb6
2 changed files with 0 additions and 2 deletions

View File

@@ -114,7 +114,6 @@ define('modal', ['mailpoet', 'jquery'],
} else {
return window.Handlebars.compile(template);
}
return false;
},
init: function(options) {
if(this.initialized === true) {