ES5 space-before-blocks

This commit is contained in:
Amine Ben hammou
2017-09-21 09:02:50 +00:00
parent 1f9bd04308
commit 946bee2194
7 changed files with 6 additions and 7 deletions

View File

@@ -626,7 +626,7 @@ define('modal', ['mailpoet', 'jquery'],
this.destroy();
// restore the previously focused element
if(this.prevFocus !== undefined){
if(this.prevFocus !== undefined) {
this.prevFocus.focus();
}