瀏覽代碼

Docs: Added missing docs.

Oskar Wróbel 8 年之前
父節點
當前提交
ac1bb0ea1c
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      packages/ckeditor5-utils/src/collection.js

+ 6 - 0
packages/ckeditor5-utils/src/collection.js

@@ -80,6 +80,12 @@ export default class Collection {
 		 */
 		this._bindToInternalToExternalMap = new WeakMap();
 
+		/**
+		 * Stores indexes of skipped items from bound external collection.
+		 *
+		 * @private
+		 * @member {Array}
+		 */
 		this._skippedIndexesFromExternal = [];
 
 		/**