leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

Node v4 support #142

Closed feross closed 9 years ago

feross commented 9 years ago

Updating to the latest version of jsdom would fix the contextify build errors thrown on node v4.

feross commented 9 years ago

Opened a pull request that adds node v4 support: https://github.com/leonidas/transparency/pull/144