Skip to content

Conversation

@mitch-mitchel
Copy link

Use var instead of const to prevent strict syntax error

closes #67

Use `var` instead of `const` to prevent `strict` syntax error

closes #67
Copy link
Member

@chasenlehara chasenlehara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don’t officially support Safari 9, but I think it’s ok to merge this because we haven’t been using const/let in any of our other code (yet).

@mitch-mitchel mitch-mitchel merged commit 99b2ed4 into master Jun 25, 2019
@mitch-mitchel mitch-mitchel deleted the 67---replace-`const`-with-`var` branch June 25, 2019 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

const declaration throwing in iOS safari browser

4 participants