|
@@ -276,17 +276,6 @@ export default class Editor {
|
|
|
this.commands.execute( ...args );
|
|
this.commands.execute( ...args );
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * Creates and initializes a new editor instance.
|
|
|
|
|
- *
|
|
|
|
|
- * @static
|
|
|
|
|
- * @method module:core/editor/editor~Editor.create
|
|
|
|
|
- * @param {Object} config The editor config. You can find the list of config options in
|
|
|
|
|
- * {@link module:core/editor/editorconfig~EditorConfig}.
|
|
|
|
|
- * @returns {Promise} Promise resolved once editor is ready.
|
|
|
|
|
- * @returns {module:core/editor/editor~Editor} return.editor The editor instance.
|
|
|
|
|
- */
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* Creates and initializes a new editor instance.
|
|
* Creates and initializes a new editor instance.
|
|
|
*
|
|
*
|