Skip to content

Commit 58ae707

Browse files
committed
Merge branch 'leoasis-record-remove-in'
2 parents c5c8698 + e7c864c commit 58ae707

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

dist/immutable.js

+1
Original file line numberDiff line numberDiff line change
@@ -3691,6 +3691,7 @@ var Record = function Record(defaultValues, name) {
36913691
}, {}, KeyedCollection);
36923692
var RecordPrototype = Record.prototype;
36933693
RecordPrototype[DELETE] = RecordPrototype.remove;
3694+
RecordPrototype.removeIn = MapPrototype.removeIn;
36943695
RecordPrototype.merge = MapPrototype.merge;
36953696
RecordPrototype.mergeWith = MapPrototype.mergeWith;
36963697
RecordPrototype.mergeIn = MapPrototype.mergeIn;

0 commit comments

Comments
 (0)