Skip to content

Commit 13efec5

Browse files
committed
MC-3305: Architectural Review for MC-1416
1 parent 3e13b74 commit 13efec5

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
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
}
@@ -25,7 +24,7 @@ declare var WysiwygSetupInterface: {
2524
new (id: string, config: object): WysiwygSetupInterface;
2625
};
2726

28-
declare var WysiwygInstance: {
27+
declare var WysiwygInstanceInterface: {
2928
prototype: WysiwygInstanceInterface;
3029
new (id: string, config: object): WysiwygInstanceInterface
3130
};

0 commit comments

Comments
 (0)