UVASOMIT / metron

JavaScript convenience library and framework written in TypeScript.
MIT License
6 stars 7 forks source link

Format decimal was incomplete #172

Closed TomJLynch closed 6 years ago

TomJLynch commented 6 years ago

templates.ts was missing an case option for format decimal. I know the code in tools.ts looks stupid, but when I was running the original code in my application the toFixed kept failing because num was somehow always typed as a string.