Skip to content

Instantly share code, notes, and snippets.

@csclyde
Created November 16, 2017 19:46
Show Gist options
  • Select an option

  • Save csclyde/f16696e3aeb5b31be065c707a77a5e59 to your computer and use it in GitHub Desktop.

Select an option

Save csclyde/f16696e3aeb5b31be065c707a77a5e59 to your computer and use it in GitHub Desktop.
actionFunctions = {
move: function(direction) {
state.location = getLocation(state.location);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment