tildeio / htmlbars

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

Do not attempt to redirect null paths #347

Closed mixonic closed 9 years ago

mixonic commented 9 years ago

null paths were being passed to the classify and handleKeyword hook. This was obviously not intended, and the fact that code in classify and handleKeyword is safe for a null path was not intentional.

This fixes https://github.com/emberjs/ember.js/pull/11223 in Ember.

rwjblue commented 9 years ago

Can you link which bug (so we can reference and close later)?

mixonic commented 9 years ago

For sure, updated.