« Bugzilla Issues Index
#4284 — 13.2.1 Number.prototype.toLocaleString: Remove "the result of" in step 5
- bug_id:
4284
- creation_ts:
2015-04-16 10:38:00 -0700
- short_desc:
13.2.1 Number.prototype.toLocaleString: Remove "the result of" in step 5
- delta_ts:
2015-04-16 20:44:18 -0700
- product:
Internationalization - ECMA-402
- component:
Specification
- version:
Edition 2.0 drafts
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Rick Waldron
- cc:
waldron.rick
- commentid:
14196
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-04-16 10:38:30 -0700
13.2.1 Number.prototype.toLocaleString ([locales [, options ]])
Step 5 can be simplified to:
> 5. Return FormatNumber(numberFormat, x).
- commentid:
14219
- comment_count:
1
- who:
Rick Waldron
- bug_when:
2015-04-16 12:33:51 -0700
Fixed