feature(hash) rm Writable.call

This commit is contained in:
coderaiser 2013-11-19 08:42:12 +00:00
parent fa2e947a9c
commit c506da11c7

View file

@ -12,7 +12,6 @@
var shasum,
crypto = require('crypto');
Writable.call(this);
this.create = function() {
var ws = new Writable();