Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Created January 8, 2016 19:26
Show Gist options
  • Save cacheflow/de8b946d9c078e27c1c8 to your computer and use it in GitHub Desktop.
Save cacheflow/de8b946d9c078e27c1c8 to your computer and use it in GitHub Desktop.
export default class Root {
bind(...methods) {
methods.forEach((method) => {
this(method) = this(method).bind(this)
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment