Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Created July 12, 2017 16:56
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 EdCharbeneau/0fa2c9901d112702d92f19bc74544db9 to your computer and use it in GitHub Desktop.
Save EdCharbeneau/0fa2c9901d112702d92f19bc74544db9 to your computer and use it in GitHub Desktop.
Event Names
.Events(ev =>
{
ev.Select("foo");
ev.Show("bar");
})
function foo() {
// do selection code stuff
}
function bar() {
// do show stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment