| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 58fca40 commit bcc00e1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ Object.setPrototypeOf(Duplex, Readable); | |||
| 39 | 39 | { | |
| 40 | 40 | // Allow the keys array to be GC'ed. | |
| 41 | 41 | const keys = Object.keys(Writable.prototype); | |
| 42 | - for (var v = 0; v < keys.length; v++) { | ||
| 42 | + for (let v = 0; v < keys.length; v++) { | ||
| 43 | 43 | const method = keys[v]; | |
| 44 | 44 | if (!Duplex.prototype[method]) | |
| 45 | 45 | Duplex.prototype[method] = Writable.prototype[method]; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments