marcelklehr / vdom-virtualize

Virtualize a DOM node
MIT License
131 stars 27 forks source link

Skip the property when its value is a dom element #23

Closed jacokoo closed 9 years ago

jacokoo commented 9 years ago

e.g.

<form>
  <input name="id" value="id">
  <input name="accept" value="accept">
</form>

form.id and form.accept will be the entire input element.

marcelklehr commented 9 years ago

You get a :cookie: for this catch! :)