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

Fix ASI issue with document.body fix #12

Merged
merged 1 commit into from
Feb 16, 2016
Merged

Fix ASI issue with document.body fix #12

merged 1 commit into from
Feb 16, 2016

Conversation

rafeememon
Copy link
Contributor

My fix in #7 unfortunately created an issue with automatic semicolon insertion here. The line I modified was interpreted as a function application to the preceding line. Explicitly declaring a variable fixes this issue.

Sorry for the trouble here. When this merges it would probably be a good idea to make a patch release. If I get some time I'm planning to write a basic test suite for this component, if that would be alright with you!

souporserious added a commit that referenced this pull request Feb 16, 2016
@souporserious souporserious merged commit d166748 into danreeves:master Feb 16, 2016
@souporserious
Copy link
Collaborator

No worries, I appreciate your help on this. Tests would be awesome 😃 I have no experience with them yet, so that would help out a bunch.

@rafeememon rafeememon deleted the bugfix/document-body-asi branch February 16, 2016 10:04
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.

2 participants