Created
October 21, 2015 13:39
-
-
Save dtinth/fdd825ebc2cf5a63798a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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