Explorar o código

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

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotr Jasiun %!s(int64=6) %!d(string=hai) anos
pai
achega
72da35446e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {