blakeembrey / dombars

*DEPRECATED* DOM-based templating library with data-binding and built on Handlebars
MIT License
51 stars 5 forks source link

Fix comment nodes #12

Closed blakeembrey closed 11 years ago

blakeembrey commented 11 years ago

At the moment for templates to compile, comment nodes are being generated as a document fragment. Should be able to easily filter the nodes out before compilation without anything breaking.