Browse Source

Update docs/framework/guides/external-ui.md

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotr Jasiun 7 years ago
parent
commit
72da35446e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ui/docs/framework/guides/external-ui.md

+ 1 - 1
packages/ckeditor5-ui/docs/framework/guides/external-ui.md

@@ -296,7 +296,7 @@ class BootstrapEditorUI extends EditorUI {
 		this._elementReplacer.replace( replacementElement, view.editable.element );
 
 		// Tell the world that the UI of the editor is ready to use.
-		this.ready();
+		this.fire( 'ready' );
 	}
 
 	destroy() {