Skip to content

Commit ae6f5bf

Browse files
committed
Add removeIn to Record
1 parent 52db807 commit ae6f5bf

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

dist/immutable.js

+1
Original file line numberDiff line numberDiff line change
@@ -3712,6 +3712,7 @@ var Record = function Record(defaultValues, name) {
37123712
}, {}, KeyedCollection);
37133713
var RecordPrototype = Record.prototype;
37143714
RecordPrototype[DELETE] = RecordPrototype.remove;
3715+
RecordPrototype.removeIn = MapPrototype.removeIn;
37153716
RecordPrototype.merge = MapPrototype.merge;
37163717
RecordPrototype.mergeWith = MapPrototype.mergeWith;
37173718
RecordPrototype.mergeIn = MapPrototype.mergeIn;

0 commit comments

Comments
 (0)