This commit is contained in:
Kulikova Svetlana
2021-04-23 15:40:31 +03:00
parent 8e2bd3331b
commit 091d594e0f

View File

@ -148,9 +148,7 @@ function Zlib()
{
if (!this.isInit) return null;
if (!this.zipFile) return null;
if (this.files.length == 0)
this.GetFilesInZip();
this.GetFilesInZip();
// вычисление длины дерева
var _paths = [];