Selaa lähdekoodia

Docs: Added missing docs.

Oskar Wróbel 8 vuotta sitten
vanhempi
commit
ac1bb0ea1c
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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 = [];
 
 		/**