Selaa lähdekoodia

PDF.js version 1.5.328 - See mozilla/pdf.js@d728651455a5be63300b3c2c265740cce8b71197

Pdf Bot 8 vuotta sitten
vanhempi
sitoutus
a88e91dcf2
5 muutettua tiedostoa jossa 10 lisäystä ja 10 poistoa
  1. 1 1
      bower.json
  2. 3 3
      build/pdf.combined.js
  3. 2 2
      build/pdf.js
  4. 3 3
      build/pdf.worker.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 3 - 3
build/pdf.combined.js

@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
   // Use strict in our context only - users might not want it
   'use strict';
 
-var pdfjsVersion = '1.5.326';
-var pdfjsBuild = 'bca1aeb';
+var pdfjsVersion = '1.5.328';
+var pdfjsBuild = 'd728651';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?
@@ -31823,7 +31823,7 @@ function recoverGlyphName(name, glyphsUnicodeMap) {
       }
     }
   }
-  warn('Unable to recover a standard glyph name for: ' + name);
+  info('Unable to recover a standard glyph name for: ' + name);
   return name;
 }
 

+ 2 - 2
build/pdf.js

@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdf = {}));
   // Use strict in our context only - users might not want it
   'use strict';
 
-var pdfjsVersion = '1.5.326';
-var pdfjsBuild = 'bca1aeb';
+var pdfjsVersion = '1.5.328';
+var pdfjsBuild = 'd728651';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?

+ 3 - 3
build/pdf.worker.js

@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfWorker = {}));
   // Use strict in our context only - users might not want it
   'use strict';
 
-var pdfjsVersion = '1.5.326';
-var pdfjsBuild = 'bca1aeb';
+var pdfjsVersion = '1.5.328';
+var pdfjsBuild = 'd728651';
 
   var pdfjsFilePath =
     typeof document !== 'undefined' && document.currentScript ?
@@ -27959,7 +27959,7 @@ function recoverGlyphName(name, glyphsUnicodeMap) {
       }
     }
   }
-  warn('Unable to recover a standard glyph name for: ' + name);
+  info('Unable to recover a standard glyph name for: ' + name);
   return name;
 }
 

+ 1 - 1
package.json

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