grandrew / plotti.co

plottico - live plot micorservice that just works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Many incorrect parseInt() calls, possible memory leaks

grandrew opened this issue · comments

Should use more specific methods of converting float to integer numbers like listed here:

http://stackoverflow.com/questions/596467/how-do-i-convert-a-float-number-to-a-whole-number-in-javascript

Current massive use of parseInt leads to many strange retained JS memory fragments in Chrome