Closed mixonic closed 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.
null
classify
handleKeyword
This fixes https://github.com/emberjs/ember.js/pull/11223 in Ember.
Can you link which bug (so we can reference and close later)?
For sure, updated.
null
paths were being passed to theclassify
andhandleKeyword
hook. This was obviously not intended, and the fact that code inclassify
andhandleKeyword
is safe for anull
path was not intentional.This fixes https://github.com/emberjs/ember.js/pull/11223 in Ember.