Browse Source

PDF.js version 1.3.187 - See mozilla/pdf.js@f6a8dfb76a730a79217022945fe4efe78e47ca85

master v1.3.187
Pdf Bot 9 years ago
parent
commit
c694290a9d
  1. 2
      bower.json
  2. 6
      build/pdf.combined.js
  3. 6
      build/pdf.js
  4. 6
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

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

6
build/pdf.combined.js

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {})); @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
// Use strict in our context only - users might not want it
'use strict';
var pdfjsVersion = '1.3.185';
var pdfjsBuild = '794e1a3';
var pdfjsVersion = '1.3.187';
var pdfjsBuild = 'f6a8dfb';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?
@ -11110,7 +11110,7 @@ function loadJpegStream(id, imageUrl, objs) { @@ -11110,7 +11110,7 @@ function loadJpegStream(id, imageUrl, objs) {
img.src = imageUrl;
}
Polyfill from https://github.com/Polymer/URL
// Polyfill from https://github.com/Polymer/URL
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
(function checkURLConstructor(scope) {

6
build/pdf.js

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {})); @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {}));
// Use strict in our context only - users might not want it
'use strict';
var pdfjsVersion = '1.3.185';
var pdfjsBuild = '794e1a3';
var pdfjsVersion = '1.3.187';
var pdfjsBuild = 'f6a8dfb';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?
@ -1745,7 +1745,7 @@ function loadJpegStream(id, imageUrl, objs) { @@ -1745,7 +1745,7 @@ function loadJpegStream(id, imageUrl, objs) {
img.src = imageUrl;
}
Polyfill from https://github.com/Polymer/URL
// Polyfill from https://github.com/Polymer/URL
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
(function checkURLConstructor(scope) {

6
build/pdf.worker.js vendored

@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {})); @@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {}));
// Use strict in our context only - users might not want it
'use strict';
var pdfjsVersion = '1.3.185';
var pdfjsBuild = '794e1a3';
var pdfjsVersion = '1.3.187';
var pdfjsBuild = 'f6a8dfb';
var pdfjsFilePath =
typeof document !== 'undefined' && document.currentScript ?
@ -11042,7 +11042,7 @@ function loadJpegStream(id, imageUrl, objs) { @@ -11042,7 +11042,7 @@ function loadJpegStream(id, imageUrl, objs) {
img.src = imageUrl;
}
Polyfill from https://github.com/Polymer/URL
// Polyfill from https://github.com/Polymer/URL
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
(function checkURLConstructor(scope) {

2
package.json

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

Loading…
Cancel
Save