[Pkg-javascript-commits] [node-stream-browserify] 08/44: duplex's pipe method should not be inherited from writeable

Bastien Roucariès rouca at moszumanska.debian.org
Sun Aug 13 14:18:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stream-browserify.

commit 872d39d0b6bfffac6993a0094a7eeadfcf0d9d5a
Author: Jesse Tane <jesse.tane at gmail.com>
Date:   Tue Dec 10 03:13:21 2013 -0500

    duplex's pipe method should not be inherited from writeable
---
 duplex.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/duplex.js b/duplex.js
index 6925059..f67eae1 100644
--- a/duplex.js
+++ b/duplex.js
@@ -32,7 +32,6 @@ var Writable = require('./writable.js');
 
 inherits(Duplex, Readable);
 
-Duplex.prototype.pipe = Writable.prototype.pipe;
 Duplex.prototype.write = Writable.prototype.write;
 Duplex.prototype.end = Writable.prototype.end;
 Duplex.prototype._write = Writable.prototype._write;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git



More information about the Pkg-javascript-commits mailing list