[JS] Number.prototype.toLocaleString not implemented?
Opened this issue · 0 comments
Deleted user commented
I've compared this in chrome with an webapp i've been working on.
In the US for an example:
I have the number 1,133 for instance.
using javascript's prototype.toLocaleString for an integer, this returns "1133" in awesomium, but in chrome this returns as desired: "1,133".
In the screenshot I have provided, shows a working example inside an awesomium container and my browser: https://i.pitter.us/3A8dD7c.png