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

@@ -37,7 +37,6 @@
"computed-property-spacing": 0,
"no-plusplus": 0,
"array-bracket-spacing": 0,
"no-unreachable": 0,
"default-case": 0,
"no-lonely-if": 0,
"space-before-blocks": 0,

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) {