Преглед изворни кода

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() {