8000 cleanup pre-processor and build dist files from recent pulls · powercoder23/immutable-js@82da3c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82da3c5

Browse files
committed
cleanup pre-processor and build dist files from recent pulls
1 parent b72045e commit 82da3c5

File tree

3 files changed

+52
-37
lines changed

3 files changed

+52
-37
lines changed

dist/immutable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@
738738
var src_Math__imul =
739739
typeof Math.imul === 'function' && Math.imul(0xffffffff, 2) === -2 ?
740740
Math.imul :
741-
function src_Math__imul(a, b) {
741+
function imul(a, b) {
742742
a = a | 0; // int
743743
b = b | 0; // int
744744
var c = a & 0xffff;

0 commit comments

Comments
 (0)
0