tildeio / htmlbars

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes
MIT License
1.61k stars 193 forks source link

Test must be added for maxLength in the cache #366

Closed mixonic closed 9 years ago

mixonic commented 9 years ago

For this code fix: https://github.com/tildeio/htmlbars/pull/365 which caused failures in Ember but not here.

rwjblue commented 9 years ago

/cc @jayphelps

stefanpenner commented 9 years ago

this code path has changed, I don't think its needed any longer.