Browse Source

PDF.js version 1.6.469 - See mozilla/pdf.js@17dd2e6b20db7ea1114c9dfd6523873024980ee7

master v1.6.469
Pdf Bot 8 years ago
parent
commit
846dd1b4b6
  1. 2
      bower.json
  2. 6
      build/pdf.combined.js
  3. 6
      build/pdf.js
  4. 4
      build/pdf.min.js
  5. 4
      build/pdf.worker.js
  6. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.6.467", "version": "1.6.469",
"main": [ "main": [
"build/pdf.js", "build/pdf.js",
"build/pdf.worker.js" "build/pdf.worker.js"

6
build/pdf.combined.js

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.467'; var pdfjsVersion = '1.6.469';
var pdfjsBuild = '54d55e8'; 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();
} }

6
build/pdf.js

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.467'; var pdfjsVersion = '1.6.469';
var pdfjsBuild = '54d55e8'; 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() {
@ -8846,7 +8846,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();
} }

4
build/pdf.min.js vendored

File diff suppressed because one or more lines are too long

4
build/pdf.worker.js vendored

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.467'; var pdfjsVersion = '1.6.469';
var pdfjsBuild = '54d55e8'; 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() {

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.6.467", "version": "1.6.469",
"main": "build/pdf.js", "main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.", "description": "Generic build of Mozilla's PDF.js library.",
"keywords": [ "keywords": [

Loading…
Cancel
Save