mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix
This commit is contained in:
@@ -9928,6 +9928,8 @@ function getDocument(src) {
|
||||
source = src;
|
||||
}
|
||||
|
||||
console.log('source================================================', source)
|
||||
|
||||
var params = Object.create(null);
|
||||
var rangeTransport = null,
|
||||
worker = null;
|
||||
@@ -10000,7 +10002,9 @@ function getDocument(src) {
|
||||
}
|
||||
|
||||
(0, _util.setVerbosityLevel)(params.verbosity);
|
||||
|
||||
|
||||
console.log('params=======================', params)
|
||||
|
||||
if (!worker) {
|
||||
var workerParams = {
|
||||
verbosity: params.verbosity,
|
||||
|
||||
Reference in New Issue
Block a user