This commit is contained in:
Eric MacDonald
2021-08-06 02:02:42 -04:00
parent 849467939c
commit 345f106b2c

View File

@@ -306,7 +306,7 @@ class WTVLzpf {
*
* @param uncompressed_data {String} data to compress
*
* @returns {Uint8Array} Lzpf compression data
* @returns {Buffer} Lzpf compression data
*/
Compress(uncompressed_data) {
this.clear();