Fix eslint no-undef in ES5
[MAILPOET-1085]
This commit is contained in:
@ -112,7 +112,7 @@ define('modal', ['mailpoet', 'jquery'],
|
||||
if(this.renderer === 'html') {
|
||||
return function() { return template; };
|
||||
} else {
|
||||
return Handlebars.compile(template);
|
||||
return window.Handlebars.compile(template);
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
Reference in New Issue
Block a user