Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[node] Properly inherit from EventEmitter #4576

Closed
wants to merge 1 commit into from

Conversation

vkurchatkin
Copy link
Contributor

process.EventEmitter is deprecated, so we should use require('events') instead.

Also added call to EventEmitter to initialise instance properties.

`process.EventEmitter` is deprecated, so we should use
`require('events')` instead.
@mikemorris mikemorris self-assigned this Apr 1, 2016
@mikemorris mikemorris added the Node.js node-mapbox-gl-native label Apr 5, 2016
@mikemorris
Copy link
Contributor

Merged in e886eb9, thanks!

@mikemorris mikemorris closed this Apr 5, 2016
@mikemorris mikemorris added this to the node-v3.0.3 milestone Apr 7, 2016
@mikemorris mikemorris mentioned this pull request Apr 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Node.js node-mapbox-gl-native
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants