Created
September 1, 2017 10:29
-
-
Save emil-nasso/6951e6472618d5af1d5a06d987dda099 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
actions: { | |
selectTile(x, y) { | |
debugger; | |
this.set('selectedTile', null); | |
}, | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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