merge branch master into pdf-reader

This commit is contained in:
dkanada
2020-10-20 13:22:09 +09:00
292 changed files with 7971 additions and 6918 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ _define('appStorage', function () {
});
// libarchive.js
var libarchive = require('libarchive.js');
const libarchive = require('libarchive.js');
_define('libarchive', function () {
return libarchive;
});