Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entries-api: Don't use const for loop variable #7678

Merged
merged 1 commit into from Oct 11, 2017
Merged

entries-api: Don't use const for loop variable #7678

merged 1 commit into from Oct 11, 2017

Conversation

inexorabletash
Copy link
Contributor

@inexorabletash inexorabletash commented Oct 11, 2017

Safari throws on for (const i = 0; ...) { ... } (assignment to readonly variable). Other browsers are okay with this since the loop never makes it to the next iteration.

@pwnall - can you take a look?

@w3c-bots
Copy link

w3c-bots commented Oct 11, 2017

Build PASSED

Started: 2017-10-11 17:45:05
Finished: 2017-10-11 17:49:59

View more information about this build on:

@pwnall pwnall merged commit 3b3f7fe into web-platform-tests:master Oct 11, 2017
@pwnall
Copy link
Contributor

pwnall commented Oct 11, 2017

LGTM, thank you!

@inexorabletash inexorabletash deleted the entries-safari-const branch October 11, 2017 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants