| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 11e7cc5 commit 7b9ae70
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,6 +62,7 @@ Writer.prototype.write = function(chunk, encoding, cb) { | |||
| 62 | 62 | Writer.prototype.on = function() {}; | |
| 63 | 63 | Writer.prototype.once = function() {}; | |
| 64 | 64 | Writer.prototype.emit = function() {}; | |
| 65 | + Writer.prototype.prependListener = function() {}; | ||
| 65 | 66 | ||
| 66 | 67 | function server() { | |
| 67 | 68 | var writer = new Writer(); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,6 +62,7 @@ Writer.prototype.write = function(chunk, encoding, cb) { | |||
| 62 | 62 | Writer.prototype.on = function() {}; | |
| 63 | 63 | Writer.prototype.once = function() {}; | |
| 64 | 64 | Writer.prototype.emit = function() {}; | |
| 65 | + Writer.prototype.prependListener = function() {}; | ||
| 65 | 66 | ||
| 66 | 67 | ||
| 67 | 68 | function Reader() { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,6 +62,7 @@ Writer.prototype.write = function(chunk, encoding, cb) { | |||
| 62 | 62 | Writer.prototype.on = function() {}; | |
| 63 | 63 | Writer.prototype.once = function() {}; | |
| 64 | 64 | Writer.prototype.emit = function() {}; | |
| 65 | + Writer.prototype.prependListener = function() {}; | ||
| 65 | 66 | ||
| 66 | 67 | ||
| 67 | 68 | function Reader() { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,6 +62,7 @@ Writer.prototype.write = function(chunk, encoding, cb) { | |||
| 62 | 62 | Writer.prototype.on = function() {}; | |
| 63 | 63 | Writer.prototype.once = function() {}; | |
| 64 | 64 | Writer.prototype.emit = function() {}; | |
| 65 | + Writer.prototype.prependListener = function() {}; | ||
| 65 | 66 | ||
| 66 | 67 | ||
| 67 | 68 | function Reader() { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments