- From: Domenic Denicola <notifications@github.com>
- Date: Sat, 05 Nov 2016 18:13:33 -0700
- To: heycam/webidl <webidl@noreply.github.com>
Received on Sunday, 6 November 2016 01:14:05 UTC
domenic commented on this pull request.
> return [=CreateIterResultObject=](<emu-val>undefined</emu-val>, <emu-val>true</emu-val>).
1. Let |pair| be the entry in |values| at index |index|.
+ 1. Set |index| to |index| + 1.
This should instead set _object_'s index to _index_ + 1 so that the state is stored.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/224#pullrequestreview-7325069
Received on Sunday, 6 November 2016 01:14:05 UTC