ember-fastboot / simple-dom

207 stars 33 forks source link

Clear previous sibling when inserting node #9

Closed code0100fun closed 9 years ago

code0100fun commented 9 years ago

Fixes infinite loop in Ember FastBoot rendering caused by loops in the nextSibling/previousSibling relationship.

Makes this test pass. Also part of this issue.