ソースを参照

We do not need noted in child list anymore.

Piotr Jasiun 10 年 前
コミット
ec3623eb2f
1 ファイル変更0 行追加6 行削除
  1. 0 6
      packages/ckeditor5-utils/src/document/nodelist.js

+ 0 - 6
packages/ckeditor5-utils/src/document/nodelist.js

@@ -110,9 +110,6 @@ CKEDITOR.define( [
 		/**
 		 * Inserts nodes from the given node list into this node list at the given index.
 		 *
-		 * Note that this method will not change the parent of the nodes. Use {@link document.Element#insertChildren}
-		 * to insert nodes and set parent.
-		 *
 		 * @param {Number} index Position where nodes should be inserted.
 		 * @param {document.NodeList} nodeList List of nodes to insert.
 		 */
@@ -123,9 +120,6 @@ CKEDITOR.define( [
 		/**
 		 * Removes number of nodes starting at the given index.
 		 *
-		 * Note that this method will not change the parent of the nodes. Use {@link document.Element#removeChildren}
-		 * to insert nodes and set parent to be null.
-		 *
 		 * @param {Number} index Position of the first node to remove.
 		 * @param {Number} number Number of nodes to remove.
 		 */