wavesoft / dot-dom

.dom is a tiny (512 byte) template engine that uses virtual DOM and some of react principles
Apache License 2.0
806 stars 53 forks source link

Two soft bugs #53

Closed mindplay-dk closed 4 years ago

mindplay-dk commented 5 years ago

Found a comment ending abruptly here:

https://github.com/wavesoft/dot-dom/blob/master/src/dotdom.js#L66

And a typo in a type-hint here:

https://github.com/wavesoft/dot-dom/blob/master/src/dotdom.js#L102

That's all :-)

wavesoft commented 4 years ago

Thanks! Addressed 😄