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

Use proper array detection. #31

Closed esamattis closed 12 years ago

esamattis commented 12 years ago

See http://perfectionkills.com/instanceof-considered-harmful-or-how-to-write-a-robust-isarray/

pyykkis commented 12 years ago

Thanks!