- From: Joshua Bell <notifications@github.com>
- Date: Wed, 12 Jun 2019 13:33:02 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 June 2019 20:33:24 UTC
inexorabletash commented on this pull request. > 1. Let |i| be 0. 1. While |i| is less than |length|, then: - 1. Let |u| be the [=/key=] in |va| at index |i|. - 1. Let |v| be the [=/key=] in |vb| at index |i|. + 1. Let |u| be the [=/key=] at |va|[|i|]. I was thinking the temporary _u_ and _v_ variables could be removed entirely, which makes this moot. I'll do that. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/pull/275#discussion_r293104786
Received on Wednesday, 12 June 2019 20:33:24 UTC