|
@@ -36,15 +36,6 @@ export default class EditorUI extends Controller {
|
|
|
this.editor = editor;
|
|
this.editor = editor;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * Property used by the [CKEditor UI library](https://github.com/ckeditor/ckeditor5-ui) for storing
|
|
|
|
|
- * the main UI controller.
|
|
|
|
|
- *
|
|
|
|
|
- * @readonly
|
|
|
|
|
- * @member {ui.editorui.EditorUI} ckeditor5.Editor#ui
|
|
|
|
|
- */
|
|
|
|
|
- editor.ui = this;
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
* @readonly
|
|
* @readonly
|
|
|
* @member {ui.ComponentFactory} ui.editorUI.EditorUI#featureComponents
|
|
* @member {ui.ComponentFactory} ui.editorUI.EditorUI#featureComponents
|
|
|
*/
|
|
*/
|