Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fdf60fa

Browse filesBrowse files
deploy: e5942bb
1 parent e2f2be4 commit fdf60fa
Copy full SHA for fdf60fa

File tree

2 files changed

+4
-0
lines changed
Filter options

2 files changed

+4
-0
lines changed

‎dist/immutable.es.js

Copy file name to clipboardExpand all lines: dist/immutable.es.js
+2Lines 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

Copy file name to clipboardExpand all lines: dist/immutable.js
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.