Skip to content

Commit 5a90a50

Browse files
committed
MC-3305: Architectural Review for MC-1416
Remove unnecessary WysiwygInstanceInterface.EVENT definition
1 parent 248c97a commit 5a90a50

File tree

1 file changed

+0
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/types

1 file changed

+0
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/types/wysiwyg.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ interface WysiwygSetupInterface {
1515

1616
interface WysiwygInstanceInterface {
1717
eventBus: EventBusInterface,
18-
EVENT: any,
1918
getContent(): string,
2019
setContent(content: string): void
2120
}

0 commit comments

Comments
 (0)