linnovate / meanio

meanio core module
MIT License
54 stars 73 forks source link

Rely on Node's inherits method #86

Closed clowenhg closed 8 years ago

clowenhg commented 8 years ago

Updated module core library to rely on Node's util.inherits method. So we don't have to maintain our own, and it reduces duplicate code.