Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Added missing docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed Jan 8, 2018
1 parent 79ee2fc commit 19c9905
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

/**
Expand Down

0 comments on commit 19c9905

Please sign in to comment.