Skip to content

Instantly share code, notes, and snippets.

@mbriggs
Created August 23, 2012 19:35
Show Gist options
  • Select an option

  • Save mbriggs/3440678 to your computer and use it in GitHub Desktop.

Select an option

Save mbriggs/3440678 to your computer and use it in GitHub Desktop.
_.bindAll(this)
this.bindTo(this.collection, 'add', this.createdPct)
this.bindTo(this.collection, 'destroy', this.pctRemoved)
this.bindTo(this.collection, 'error', this.setErrors)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment