Skip to content

Conversation

doowb
Copy link
Collaborator

@doowb doowb commented Feb 15, 2016

Moving util.inherits to just after the constructor function.
Explicitly setting each prototype method on the prototype object.
This is due to older versions of util.inherits overriding the entire prototype object instead of extending it.

I did this on a branch to check travis-ci

Explicitly setting each prototype method on the prototype object.
This is due to older versions of util.inherits overridding the entire prototype object instead of extending it.
doowb added a commit that referenced this pull request Feb 15, 2016
Inherits tweaking to ensure this works across different node versions.
@doowb doowb merged commit 61617bd into master Feb 15, 2016
@doowb doowb deleted the inherits branch February 15, 2016 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant