hexonaut / haxe-dom

A cross-platform implementation of the DOM. Built to reduce duplicate code across server and client.
MIT License
47 stars 4 forks source link

DomTools.attr is actually setting Element properties #23

Closed hexonaut closed 9 years ago

hexonaut commented 10 years ago

This should actually be setting the attributes, not the properties. May break some existing code.