Closed GoogleCodeExporter closed 8 years ago
Thanks for reporting. Yes this was a defect it seems, I fixed it a few days ago
based on a previously reported issue with the parsing here, your fix is more or
less it actually, I changed it to -
number = number.toFixed(2);
2 because I recall this is for % with no decimal point, so 35% in your case for
example. So simply 2 is a nice enough precision to use as it will support >=1%.
Will be part of the next release.
Original comment by apar...@gmail.com
on 22 Oct 2013 at 9:46
Original issue reported on code.google.com by
macjo...@gmail.com
on 14 Nov 2012 at 3:21