Browse Source

PDF.js version 1.3.74 - See mozilla/pdf.js@4485c799400961e51ef48974cebf3231c876950b

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

2
bower.json

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

5
build/pdf.combined.js

@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.3.72'; PDFJS.version = '1.3.74';
PDFJS.build = '4d6f3c8'; PDFJS.build = '4485c79';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
@ -6696,6 +6696,7 @@ FontLoader.prototype = {
var styleElement = this.styleElement; var styleElement = this.styleElement;
if (styleElement) { if (styleElement) {
styleElement.parentNode.removeChild(styleElement); styleElement.parentNode.removeChild(styleElement);
styleElement = this.styleElement = null;
} }
this.nativeFontFaces.forEach(function(nativeFontFace) { this.nativeFontFaces.forEach(function(nativeFontFace) {
document.fonts.delete(nativeFontFace); document.fonts.delete(nativeFontFace);

5
build/pdf.js

@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.3.72'; PDFJS.version = '1.3.74';
PDFJS.build = '4d6f3c8'; PDFJS.build = '4485c79';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it
@ -6755,6 +6755,7 @@ FontLoader.prototype = {
var styleElement = this.styleElement; var styleElement = this.styleElement;
if (styleElement) { if (styleElement) {
styleElement.parentNode.removeChild(styleElement); styleElement.parentNode.removeChild(styleElement);
styleElement = this.styleElement = null;
} }
this.nativeFontFaces.forEach(function(nativeFontFace) { this.nativeFontFaces.forEach(function(nativeFontFace) {
document.fonts.delete(nativeFontFace); document.fonts.delete(nativeFontFace);

4
build/pdf.worker.js vendored

@ -20,8 +20,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {}; (typeof window !== 'undefined' ? window : this).PDFJS = {};
} }
PDFJS.version = '1.3.72'; PDFJS.version = '1.3.74';
PDFJS.build = '4d6f3c8'; PDFJS.build = '4485c79';
(function pdfjsWrapper() { (function pdfjsWrapper() {
// Use strict in our context only - users might not want it // Use strict in our context only - users might not want it

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.3.72", "version": "1.3.74",
"description": "Generic build of Mozilla's PDF.js library.", "description": "Generic build of Mozilla's PDF.js library.",
"keywords": [ "keywords": [
"Mozilla", "Mozilla",

Loading…
Cancel
Save