lazd / DOMly

The fast template system that creates and clones DOM nodes
MIT License
53 stars 9 forks source link

Add option to append to className instead of overwriting it #15

Closed lazd closed 10 years ago

lazd commented 10 years ago

Custom elements may sometimes set the className property in their createdCallback. DOMly will blow this property away if you have class="" on an element.