瀏覽代碼

Merge branch 'master' into t/ckeditor5/645

Piotrek Koszuliński 8 年之前
父節點
當前提交
7a981a1319
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-engine/src/model/utils/insertcontent.js

+ 1 - 1
packages/ckeditor5-engine/src/model/utils/insertcontent.js

@@ -165,9 +165,9 @@ class Insertion {
 	}
 
 	/**
-	 * @private
 	 * Handles insertion of a single node.
 	 *
+	 * @private
 	 * @param {module:engine/model/node~Node} node
 	 * @param {Object} context
 	 * @param {Boolean} context.isFirst Whether the given node is the first one in the content to be inserted.