canjs / can-stache

Live binding handlebars templates
https://canjs.com/doc/can-stache.html
MIT License
10 stars 13 forks source link

ignore observing let variable setting #677

Closed justinbmeyer closed 5 years ago

justinbmeyer commented 5 years ago

fixes and tests #676

let was seeing itself change. Ignoring the sets within let fixes this.