Skip to content

Instantly share code, notes, and snippets.

@tonyc
Last active December 25, 2015 02:38
Show Gist options
  • Save tonyc/6903506 to your computer and use it in GitHub Desktop.
Save tonyc/6903506 to your computer and use it in GitHub Desktop.
abc.app.Vent.on('foo': this.doFoo);
abc.app.Vent.on('bar': this.doBar);
abc.app.Vent.on('bla': this.doBla);
abc.app.Vent.on('asd': this.doAsd);
// and on for 10+ lines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment