8000 deploy: ffb5aa80872ba416f190b31813c7fc709a21d238 · phocks/immutable-js@5d9ec7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d9ec7b

Browse files
deploy: ffb5aa8
1 parent 35b42dc commit 5d9ec7b

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

dist/immutable.es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5427,6 +5427,7 @@ var OrderedSetPrototype = OrderedSet.prototype;
54275427
OrderedSetPrototype[IS_ORDERED_SYMBOL] = true;
54285428
OrderedSetPrototype.zip = IndexedCollectionPrototype.zip;
54295429
OrderedSetPrototype.zipWith = IndexedCollectionPrototype.zipWith;
5430+
OrderedSetPrototype.zipAll = IndexedCollectionPrototype.zipAll;
54305431

54315432
OrderedSetPrototype.__empty = emptyOrderedSet;
54325433
OrderedSetPrototype.__make = makeOrderedSet;

dist/immutable.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5433,6 +5433,7 @@
54335433
OrderedSetPrototype[IS_ORDERED_SYMBOL] = true;
54345434
OrderedSetPrototype.zip = IndexedCollectionPrototype.zip;
54355435
OrderedSetPrototype.zipWith = IndexedCollectionPrototype.zipWith;
5436+
OrderedSetPrototype.zipAll = IndexedCollectionPrototype.zipAll;
54365437

54375438
OrderedSetPrototype.__empty = emptyOrderedSet;
54385439
OrderedSetPrototype.__make = makeOrderedSet;

0 commit comments

Comments
 (0)
0