Explorar o código

Docs: Added missing docs.

Oskar Wróbel %!s(int64=8) %!d(string=hai) anos
pai
achega
ac1bb0ea1c
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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 = [];
 
 		/**