Skip to content

Commit fdf60fa

Browse files
deploy: e5942bb
1 parent e2f2be4 commit fdf60fa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/immutable.es.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,7 @@ function smi(i32) {
796796
var defaultValueOf = Object.prototype.valueOf;
797797

798798
function hash(o) {
799+
// eslint-disable-next-line eqeqeq
799800
if (o == null) {
800801
return hashNullish(o);
801802
}
@@ -807,6 +808,7 @@ function hash(o) {
807808

808809
var v = valueOf(o);
809810

811+
// eslint-disable-next-line eqeqeq
810812
if (v == null) {
811813
return hashNullish(v);
812814
}

dist/immutable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@
802802
var defaultValueOf = Object.prototype.valueOf;
803803

804804
function hash(o) {
805+
// eslint-disable-next-line eqeqeq
805806
if (o == null) {
806807
return hashNullish(o);
807808
}
@@ -813,6 +814,7 @@
813814

814815
var v = valueOf(o);
815816

817+
// eslint-disable-next-line eqeqeq
816818
if (v == null) {
817819
return hashNullish(v);
818820
}

0 commit comments

Comments
 (0)