Browse Source

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

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

2
bower.json

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

6
build/pdf.combined.js

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

4
build/pdf.js

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

6
build/pdf.worker.js vendored

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

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "pdfjs-dist", "name": "pdfjs-dist",
"version": "1.5.326", "version": "1.5.328",
"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