Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created April 28, 2019 08:36
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 jasongorman/cfa55f1aa5ce7ae0f7d297a58132ecf1 to your computer and use it in GitHub Desktop.
Save jasongorman/cfa55f1aa5ce7ae0f7d297a58132ecf1 to your computer and use it in GitHub Desktop.
export function ClockController(clock){
this.clock = clock;
this.reset = event => {
this.clock.reset();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment