From 8df80ce7384ba7ac615e3b4bc179e59f0d437b40 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Thu, 23 Jan 2020 15:16:49 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B0=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/api/reader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/api/reader.js b/client/api/reader.js index 47b61c6e..6149a1fc 100644 --- a/client/api/reader.js +++ b/client/api/reader.js @@ -171,7 +171,7 @@ class Reader { //получение файла estSize = (estSize > 0 ? estSize : 1000000); const options = { - onDownloadProgress: progress => { + onDownloadProgress: (progress) => { while (progress.loaded > estSize) estSize *= 1.5; if (callback)