Skip to content

Instantly share code, notes, and snippets.

@emil-nasso
Created September 1, 2017 10:29
Show Gist options
  • Save emil-nasso/6951e6472618d5af1d5a06d987dda099 to your computer and use it in GitHub Desktop.
Save emil-nasso/6951e6472618d5af1d5a06d987dda099 to your computer and use it in GitHub Desktop.
{{subcomponent selectAction=actions.selectTile}}
actions: {
selectTile(x, y) {
debugger;
this.set('selectedTile', null);
},
},
click() {
this.get('selectAction')(this.get('x'), this.get('y'));
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment