@ -54,6 +54,7 @@ module.exports = {
methods[method](body, 'click', this.onClick);
methods[method](win, 'scroll', this.onFrameScroll);
methods[method](win, 'keydown', this.onKeyPress);
methods[method](win, 'resize', this.onFrameScroll);
em[method]('change:selectedComponent', this.onSelect, this);
},