-
Notifications
You must be signed in to change notification settings - Fork 23
NamedNodeMap & Attr #59
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
Conversation
@garyb i found another bug in your code https://github.com/purescript-web/purescript-web-dom/blob/master/src/Web/DOM/DOMTokenList.js#L85-L93
The code i had before worked and i tested that it worked https://github.com/flip111/purescript-web-dom/blob/00114fabcf336a6b193fec77b4b8233dee2e591f/src/Web/DOM/DOMTokenList.js#L69-L80 to be honest i'm not happy that you closed my original pull request without comments / review. And that you took it upon yourself to make changes and stuff starts breaking |
I don't exactly remember now, but I imagine I was trying to being helpful by fixing conflicts with You're right that I should have tested it though. |
Depends if you optimize your time for one big pass, or multiple smaller passes. In the latter case i could have done all that and you would just have to review it. |
Originally by @flip111, #48