Skip to content

Instantly share code, notes, and snippets.

@evanlucas
Created January 19, 2016 23:45
Show Gist options
  • Save evanlucas/a14eb5ca57d344566a55 to your computer and use it in GitHub Desktop.
Save evanlucas/a14eb5ca57d344566a55 to your computer and use it in GitHub Desktop.
(function(global, binding, v8) {
function EventEmitter() {
EventEmitter.init.call(this)
}
EventEmitter.prototype._events = undefined
EventEmitter.init = function() {}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment