« Bugzilla Issues Index
#3512 — Missing right parenthesis in 12.3.4.2.5
- bug_id:
3512
- creation_ts:
2015-01-05 23:38:00 -0800
- short_desc:
Missing right parenthesis in 12.3.4.2.5
- delta_ts:
2015-01-15 16:19:07 -0800
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 30: December 24, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
impinball
- assigned_to:
Allen Wirfs-Brock
- commentid:
11310
- comment_count:
0
- who:
impinball
- bug_when:
2015-01-05 23:38:40 -0800
Before the last period, a closing parenthesis should be added. Thus, the line
Return EvaluateDirectCall(func, thisValue, arguments, tailPosition.
should be fixed to
Return EvaluateDirectCall(func, thisValue, arguments, tailPosition).
- commentid:
11327
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-13 10:28:06 -0800
fixed in rev31 editor's draft
- commentid:
11461
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-01-15 16:19:07 -0800
In Rev31