choojs / nanocomponent

🚃 - create performant HTML components
https://leaflet.choo.io/
MIT License
366 stars 30 forks source link

Fix typo in check for afterreorder #56

Closed tornqvist closed 7 years ago

tornqvist commented 7 years ago

I stumbled over this typo while writing tests for a wrapper implementation of Nanocomponent. I also noticed that Nanocomponent has no tests for reordering. I would have added them, had I been able to figure out how it's supposed to work.

ungoldman commented 7 years ago

Good catch! Thank you @tornqvist