Преглед на файлове

Added a missing comment.

Piotrek Koszuliński преди 10 години
родител
ревизия
f1cba7fa8a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      packages/ckeditor5-engine/src/document/positioniterator.js

+ 1 - 0
packages/ckeditor5-engine/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.