braid-org / braidjs

Monorepo for Braid Projects in Javascript

Home Page:https://braid.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrectly used parseInt

kof opened this issue · comments

I was just skimming through the codebase and saw parseInt used without a second argument. That's a bit alarming

: parseInt(x)

Thank you. Fixed in 7374fed