소스 검색

Added a missing comment.

Piotrek Koszuliński 10 년 전
부모
커밋
0cd92fcb20
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/ckeditor5-utils/src/document/positioniterator.js

+ 1 - 0
packages/ckeditor5-utils/src/document/positioniterator.js

@@ -67,6 +67,7 @@ CKEDITOR.define( [
 			const position = this.position;
 			const parent = position.parent;
 
+			// Ugh... added here because of circular deps in AMD ;<.
 			Element = CKEDITOR.require( 'document/element' );
 
 			// We are at the end of the root.