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

Docs: Removed some leftovers.

Krzysztof Krztoń пре 6 година
родитељ
комит
05bf76b6cb
1 измењених фајлова са 0 додато и 11 уклоњено
  1. 0 11
      packages/ckeditor5-core/src/editor/editor.js

+ 0 - 11
packages/ckeditor5-core/src/editor/editor.js

@@ -276,17 +276,6 @@ export default class Editor {
 		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.
 	 *