You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime: fix caml_hash so that it can be optimized by Google Chrome
The JavaScript engine does not like integer multiplication by a 32-bit
unsigned integer, so explicitly convert the constants to 32-bit signed
integers.
0 commit comments