소스 검색

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.