wetfish / basic

A tiny, customizable JavaScript UI framework.
MIT License
9 stars 3 forks source link

Using .prepend() with text causes child events to become unbound #34

Closed itsrachelfish closed 8 years ago

itsrachelfish commented 8 years ago

.append() has been fixed as of #33, but the same bug still affects .prepend(). It should be pretty easy to fix, but it would be nice if the tests were updated to also ensure that both HTML and regular strings are properly added to the DOM.

itsrachelfish commented 8 years ago

Fixed by #35 :sparkling_heart: