| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 848050d commit c8e58c5
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -295,19 +295,19 @@ ZlibBase.prototype.reset = function() { | |||
| 295 | 295 | }; | |
| 296 | 296 | ||
| 297 | 297 | /** | |
| 298 | - * @this {ZlibBase} | ||
| 299 | 298 | * This is the _flush function called by the transform class, | |
| 300 | 299 | * internally, when the last chunk has been written. | |
| 301 | 300 | * @returns {void} | |
| 301 | + * @this {ZlibBase} | ||
| 302 | 302 | */ | |
| 303 | 303 | ZlibBase.prototype._flush = function(callback) { | |
| 304 | 304 | this._transform(new FastBuffer(), '', callback); | |
| 305 | 305 | }; | |
| 306 | 306 | ||
| 307 | 307 | /** | |
| 308 | - * @this {ZlibBase} | ||
| 309 | 308 | * Force Transform compat behavior. | |
| 310 | 309 | * @returns {void} | |
| 310 | + * @this {ZlibBase} | ||
| 311 | 311 | */ | |
| 312 | 312 | ZlibBase.prototype._final = function(callback) { | |
| 313 | 313 | callback(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments