https://github.com/component/reactive/blob/master/examples/defaults.html following doesn't do anything: ``` javascript setTimeout(function(){ article.title = null; article.emit('change title'); }, 2000); ```