Skip to content

Instantly share code, notes, and snippets.

@mpolichette
Created May 23, 2013 19:31
Show Gist options
  • Save mpolichette/5638783 to your computer and use it in GitHub Desktop.
Save mpolichette/5638783 to your computer and use it in GitHub Desktop.
Setup multiple event listeners at once
this.listenTo(this.collection, {
add: "this._onAdd",
remove: "this._onRemove",
reset: "this.onReset"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment