cleanup: formatting, escheck
This commit is contained in:
parent
a73b691653
commit
70f65141f4
2 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue