« Bugzilla Issues Index
#4054 — 9.1.11 [[Enumerate]] : Missing closing parenthesis
- bug_id:
4054
- creation_ts:
2015-02-21 08:34:00 -0800
- short_desc:
9.1.11 [[Enumerate]] : Missing closing parenthesis
- delta_ts:
2015-03-04 18:58:18 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 34: February 20, 2015 Release Candidate 1
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
13228
- comment_count:
0
- who:
André Bargull
- bug_when:
2015-02-21 08:34:10 -0800
9.1.11 [[Enumerate]] ()
Example code.
> for (let protoName of Reflect.enumerate(proto) {
should be :
> for (let protoName of Reflect.enumerate(proto)) {
- commentid:
13285
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-02-24 11:09:58 -0800
fixed in rev35 editor's draft
- commentid:
13518
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-04 18:58:18 -0800
fixed in rev35