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

insertBefore throw an error when trying to insert a child before himself #50

Open
polco opened this issue May 20, 2015 · 0 comments
Open
Labels

Comments

@polco
Copy link

polco commented May 20, 2015

so imagine you try to call the insertAsFirstChild twice with the same element. the second time, we end up calling insertBefore with the same object as previous and new child, which will throw an error.

@micky2be micky2be added the bug label May 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants