ES5 space-before-blocks
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user