Преглед на файлове

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

Co-Authored-By: f1ames <dr.odpowiedz@gmail.com>
Piotr Jasiun преди 7 години
родител
ревизия
72da35446e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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() {