Răsfoiți Sursa

PDF.js version 1.7.254 - See mozilla/pdf.js@ec26a7e565e378554ed791124e720dfa55e2d07c

pdfjsbot 8 ani în urmă
părinte
comite
b6dbde0b3f
6 a modificat fișierele cu 14 adăugiri și 10 ștergeri
  1. 1 1
      bower.json
  2. 5 3
      build/pdf.combined.js
  3. 5 3
      build/pdf.js
  4. 0 0
      build/pdf.min.js
  5. 2 2
      build/pdf.worker.js
  6. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 5 - 3
build/pdf.combined.js

@@ -23,8 +23,8 @@
  }
 }(this, function (exports) {
  'use strict';
- var pdfjsVersion = '1.7.252';
- var pdfjsBuild = '3e5c6e42';
+ var pdfjsVersion = '1.7.254';
+ var pdfjsBuild = 'ec26a7e5';
  var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
  var pdfjsLibs = {};
  (function pdfjsWrapper() {
@@ -23404,7 +23404,9 @@
     clear: function fontLoaderClear() {
      var styleElement = this.styleElement;
      if (styleElement) {
-      styleElement.parentNode.removeChild(styleElement);
+      if (styleElement.parentNode) {
+       styleElement.parentNode.removeChild(styleElement);
+      }
       styleElement = this.styleElement = null;
      }
      this.nativeFontFaces.forEach(function (nativeFontFace) {

+ 5 - 3
build/pdf.js

@@ -23,8 +23,8 @@
  }
 }(this, function (exports) {
  'use strict';
- var pdfjsVersion = '1.7.252';
- var pdfjsBuild = '3e5c6e42';
+ var pdfjsVersion = '1.7.254';
+ var pdfjsBuild = 'ec26a7e5';
  var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
  var pdfjsLibs = {};
  (function pdfjsWrapper() {
@@ -2475,7 +2475,9 @@
     clear: function fontLoaderClear() {
      var styleElement = this.styleElement;
      if (styleElement) {
-      styleElement.parentNode.removeChild(styleElement);
+      if (styleElement.parentNode) {
+       styleElement.parentNode.removeChild(styleElement);
+      }
       styleElement = this.styleElement = null;
      }
      this.nativeFontFaces.forEach(function (nativeFontFace) {

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
build/pdf.min.js


+ 2 - 2
build/pdf.worker.js

@@ -23,8 +23,8 @@
  }
 }(this, function (exports) {
  'use strict';
- var pdfjsVersion = '1.7.252';
- var pdfjsBuild = '3e5c6e42';
+ var pdfjsVersion = '1.7.254';
+ var pdfjsBuild = 'ec26a7e5';
  var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
  var pdfjsLibs = {};
  (function pdfjsWrapper() {

+ 1 - 1
package.json

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

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff