Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created October 21, 2015 13:39
Show Gist options
  • Save dtinth/fdd825ebc2cf5a63798a to your computer and use it in GitHub Desktop.
Save dtinth/fdd825ebc2cf5a63798a to your computer and use it in GitHub Desktop.
on (...args) {
return this._events.on(...args)
}
off (...args) {
return this._events.off(...args)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment