import Em from 'ember'; export default Em.Component.extend({ actions: { close: function(){ this.sendAction(); } } });