Switch email editor js package to WP coding style
MAILPOET-6215
This commit is contained in:
committed by
Oluwaseun Olorunsola
parent
462434af5d
commit
b2fb96f879
@@ -1,5 +1,5 @@
|
||||
import { initialize } from './engine/editor';
|
||||
|
||||
window.addEventListener('DOMContentLoaded', () => {
|
||||
initialize('mailpoet-email-editor');
|
||||
});
|
||||
window.addEventListener( 'DOMContentLoaded', () => {
|
||||
initialize( 'mailpoet-email-editor' );
|
||||
} );
|
||||
|
Reference in New Issue
Block a user