|
@@ -23,8 +23,8 @@
|
|
}
|
|
}
|
|
}(this, function (exports) {
|
|
}(this, function (exports) {
|
|
'use strict';
|
|
'use strict';
|
|
- var pdfjsVersion = '1.6.467';
|
|
|
|
- var pdfjsBuild = '54d55e8';
|
|
|
|
|
|
+ var pdfjsVersion = '1.6.469';
|
|
|
|
+ var pdfjsBuild = '17dd2e6';
|
|
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
|
|
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
|
|
var pdfjsLibs = {};
|
|
var pdfjsLibs = {};
|
|
(function pdfjsWrapper() {
|
|
(function pdfjsWrapper() {
|
|
@@ -47702,7 +47702,7 @@
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (this.task.onContinue) {
|
|
if (this.task.onContinue) {
|
|
- this.task.onContinue.call(this.task, this._scheduleNextBound);
|
|
|
|
|
|
+ this.task.onContinue(this._scheduleNextBound);
|
|
} else {
|
|
} else {
|
|
this._scheduleNext();
|
|
this._scheduleNext();
|
|
}
|
|
}
|