Ver código fonte

Internal: Code style fix.

Krzysztof Krztoń 7 anos atrás
pai
commit
ff0084ce9c

+ 1 - 1
packages/ckeditor5-editor-balloon/src/ballooneditor.js

@@ -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 )
 			);
 		} );