@uwdata/mosaic-core
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "@uwdata/mosaic-core", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Scalable and extensible linked data views.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4680b922f15579b7b527f31507ed71a12230ec35" | ||
"gitHead": "7e6f3ea9b3011ea2c9201c1aa16e8e5664621a4c" | ||
} |
@@ -136,5 +136,5 @@ // arrow type ids | ||
if (v.signed && (v[n-1]|0) < 0) { | ||
if (v.signed && (v[n - 1] | 0) < 0) { | ||
for (let i = 0; i < n; ++i) { | ||
x += ~(v[i] | 0) * BASE32[i]; | ||
x += ~v[i] * BASE32[i]; | ||
} | ||
@@ -141,0 +141,0 @@ x = -(x + 1); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1378754