mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Update archive.js
This commit is contained in:
parent
4370f40886
commit
4477ef84bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user