Skip to content

Instantly share code, notes, and snippets.

@here-devblog-gists
Created October 27, 2016 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save here-devblog-gists/22fc0ad6a19622b01c257469b16e306d to your computer and use it in GitHub Desktop.
Save here-devblog-gists/22fc0ad6a19622b01c257469b16e306d to your computer and use it in GitHub Desktop.
var selectedRoute;
var onRouteSelection = function(route) {
console.log('A route has been selected.', route);
selectedRoute = route;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment