Sfoglia il codice sorgente

Docs: treeModel.Element removed incorrect line in JSDoc.

Szymon Cofalik 10 anni fa
parent
commit
50ab956a0f
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      packages/ckeditor5-engine/src/treemodel/element.js

+ 0 - 2
packages/ckeditor5-engine/src/treemodel/element.js

@@ -17,8 +17,6 @@ export default class Element extends Node {
 	/**
 	 * Creates a tree data model element.
 	 *
-	 * This constructor should be used only internally by the document.
-	 *
 	 * @param {String} name Node name.
 	 * @param {Iterable} attrs Iterable collection of {@link treeModel.Attribute attributes}.
 	 * @param {treeModel.NodesSet} children List of nodes to be inserted