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

Properly handle base properties of createElement #16

Closed wavesoft closed 7 years ago

wavesoft commented 7 years ago

This PR fixes a bug where H.apply is not properly

Note: This PR is based on top of #15 so it needs to be merged first.