@@ -190,7 +190,7 @@ export default class BalloonEditor extends Editor {
return editor.data.init( initialData );
} )
- .then( () => editor.fire( 'ready' ))
+ .then( () => editor.fire( 'ready' ) )
.then( () => editor )
);
} );