Skip to content

Commit add0a41

Browse files
bronsaswannodette
authored andcommitted
CLJS-2372: update hash to use the new infinity literals
1 parent 35ad08e commit add0a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,9 +985,9 @@
985985
(if (js/isFinite o)
986986
(js-mod (Math/floor o) 2147483647)
987987
(case o
988-
Infinity
988+
##Inf
989989
2146435072
990-
-Infinity
990+
##-Inf
991991
-1048576
992992
2146959360))
993993

0 commit comments

Comments
 (0)