Update archive.js

This commit is contained in:
Namhyeon Go 2024-11-08 00:07:06 +09:00 committed by GitHub
parent 4370f40886
commit 4477ef84bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
// archive.js
var ArchiveObject = function() {
this.engine = "HOW_TO_COMPRESS_AND_DECOMPRES_A_FILE
this.engine = "HOW_TO_COMPRESS_AND_DECOMPRES_A_FILE";
this.create = function(engine) {
this.engine = engine;