mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-17 23:21:04 +00:00
Update archive.js
This commit is contained in:
parent
4370f40886
commit
4477ef84bf
|
@ -1,7 +1,7 @@
|
||||||
// archive.js
|
// archive.js
|
||||||
|
|
||||||
var ArchiveObject = function() {
|
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.create = function(engine) {
|
||||||
this.engine = engine;
|
this.engine = engine;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user