Bug 1548877 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

That's not what I see in Firefox console.

(123.456).toLocaleString("no")
"123,456"
(123.456).toLocaleString("nb")
"123,456"
(123.456).toLocaleString("nn")
"123,456"
That's not what I see in Firefox console.

```
(123.456).toLocaleString("no")
"123,456"
(123.456).toLocaleString("nb")
"123,456"
(123.456).toLocaleString("nn")
"123,456"
```
That's not what I see in Firefox console.

```
(123.456).toLocaleString("no")
"123,456"
(123.456).toLocaleString("nb")
"123,456"
(123.456).toLocaleString("nn")
"123,456"
```

I also assume you meant thousand separator in comment 1 (not decimal)?
That's not what I see in Firefox console. On which version are you trying?

```
(123.456).toLocaleString("no")
"123,456"
(123.456).toLocaleString("nb")
"123,456"
(123.456).toLocaleString("nn")
"123,456"
```

I also assume you meant thousand separator in comment 1 (not decimal)?

Back to Bug 1548877 Comment 2