Switch email editor js package to WP coding style

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-05 14:45:48 +01:00
committed by Oluwaseun Olorunsola
parent 462434af5d
commit b2fb96f879
78 changed files with 4743 additions and 4432 deletions

View File

@@ -1,5 +1,5 @@
import { initialize } from './engine/editor';
window.addEventListener('DOMContentLoaded', () => {
initialize('mailpoet-email-editor');
});
window.addEventListener( 'DOMContentLoaded', () => {
initialize( 'mailpoet-email-editor' );
} );