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

Replace const with var #787

Merged
merged 1 commit into from Feb 4, 2020
Merged

Conversation

backflip
Copy link
Contributor

The main file is currently using the const keyword. Assuming we want to use this script in IE 10 or are using an outdated UglifyJS, we would have to make sure we transpile the import due to this single expression.

Related: #760

@davidjbradshaw
Copy link
Owner

davidjbradshaw commented Feb 4, 2020

I'm happy to merge this, but for IE10 you should really be using version 3 of iframe-resizer. I expect this isn't the only issue you will run into

@davidjbradshaw davidjbradshaw merged commit 2b35b4b into davidjbradshaw:master Feb 4, 2020
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.

None yet

2 participants