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

Unexpected clones are created for array elements #70

Open hutorny opened 12 years ago

hutorny commented 12 years ago

Hi Jarno,

It looks like presence of the same class on different level causes extra clones to be created. Please take a look at

and compare to

pyykkis commented 12 years ago

Thanks for reporting, that's an interesting one. I'll take a look during the weekend.