plumatic / dommy

A tiny ClojureScript DOM manipulation and event library
759 stars 74 forks source link

Support nested seqs in tag contents/children (2) #12

Closed davesann closed 11 years ago

davesann commented 11 years ago

refer https://github.com/Prismatic/dommy/pull/10

note - somehow there is an unintended whitespace change to project.clj and my git skills are not sufficient to exclude this...

previous change for js/Array... in previous pull request have been removed previous change to prototype extension on string has been removed.

2 test cases added.

aria42 commented 11 years ago

This is merged in (although I changed append-children to become ->document-fragment instead), but GitHub didn't seem to close issue even though commits are in history.