@@ -88,6 +88,6 @@ export default class BalloonEditorUI extends EditorUI {
}
} );
- this.ready();
+ this.fire( 'ready' );
@@ -161,8 +161,6 @@ class VirtualBalloonTestEditor extends VirtualTestEditor {
editor.initPlugins()
.then( () => {
editor.ui.init();
- editor.ui.ready();
- editor.fire( 'uiReady' );
editor.fire( 'dataReady' );
editor.fire( 'ready' );
} )