dcodeIO / long.js

A Long class for representing a 64-bit two's-complement integer value.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Method valueOf misses 'new' operator at line 230 of Long.js

chudesno opened this issue · comments

It seems to be a mistype. I bet it has to return a new Long, however an error is thrown saying that 'this' reference is undefined.