8000 // · powercoder23/immutable-js@df6a36a · GitHub
[go: up one dir, main page]

Skip to content

Commit df6a36a

Browse files
committed
//
1 parent 661b045 commit df6a36a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Sequence.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,9 @@ function returnThis() {
861861
* Sequence.prototype.filter and IndexedSequence.prototype.filter are so close
862862
* in behavior that it makes sense to build a factory with the few differences
863863
* encoded as booleans.
864+
*
865+
* Filter sequences always have indeterminate length, so reverseIndices will
866+
* never be true here, and so it is not used here.
864867
*/
865868
function filterFactory(sequence, predicate, context, useKeys) {
866869
var filterSequence = sequence.__makeSequence();

0 commit comments

Comments
 (0)
0