cleanup: formatting, escheck

This commit is contained in:
ThaUnknown 2023-03-16 15:42:44 +01:00
parent a73b691653
commit 70f65141f4
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,6 @@
"./dist/libraries/pdf.worker.js", "./dist/libraries/pdf.worker.js",
"./dist/libraries/worker-bundle.js", "./dist/libraries/worker-bundle.js",
"./dist/libraries/wasm-gen/libarchive.js", "./dist/libraries/wasm-gen/libarchive.js",
"./dist/libraries/jassub-worker*.js",
"./dist/serviceworker.js" "./dist/serviceworker.js"
] ]
} }

View file

@ -1292,7 +1292,7 @@ function tryRemoveElement(elem) {
maxRenderHeight: 2160 maxRenderHeight: 2160
}; };
import('event-target-polyfill').then(() => { import('event-target-polyfill').then(() => {
import('jassub').then(({ default: JASSUB }) => { import('jassub').then(({ default: JASSUB }) => {
Promise.all([ Promise.all([
apiClient.getNamedConfiguration('encoding'), apiClient.getNamedConfiguration('encoding'),
// Worker in Tizen 5 doesn't resolve relative path with async request // Worker in Tizen 5 doesn't resolve relative path with async request