component / dom

DOM traversal, manipulation and events aggregate library (like jQuery)
228 stars 49 forks source link

Fix insertAfter on a NodeList #46

Closed tyandell closed 11 years ago

tyandell commented 11 years ago

This was depending on els having a forEach method. This is not the case if List was created from a NodeList.