Browse Source

PDF.js version 1.0.782

master v1.0.782
Yury Delendik 11 years ago
parent
commit
068ceacf15
  1. 2
      bower.json
  2. 11
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 11
      build/pdf.worker.js
  5. 2
      package.json

2
bower.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.0.780",
"version": "1.0.782",
"keywords": [
"Mozilla",
"pdf",

11
build/pdf.combined.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.780';
PDFJS.build = 'ffb613b';
PDFJS.version = '1.0.782';
PDFJS.build = '15681ad';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -20392,8 +20392,11 @@ var GlyphMapForStandardFonts = { @@ -20392,8 +20392,11 @@ var GlyphMapForStandardFonts = {
'156': 8747, '157': 170, '158': 186, '159': 8486, '160': 230, '161': 248,
'162': 191, '163': 161, '164': 172, '165': 8730, '166': 402, '167': 8776,
'168': 8710, '169': 171, '170': 187, '171': 8230, '210': 218, '223': 711,
'227': 353, '229': 382, '234': 253, '253': 268, '254': 269, '258': 258,
'268': 283, '269': 313, '278': 328, '284': 345, '292': 367, '305': 963,
'224': 321, '225': 322, '227': 353, '229': 382, '234': 253, '252': 263,
'253': 268, '254': 269, '258': 258, '260': 260, '261': 261, '265': 280,
'266': 281, '268': 283, '269': 313, '275': 323, '276': 324, '278': 328,
'284': 345, '285': 346, '286': 347, '292': 367, '295': 377, '296': 378,
'298': 380, '305': 963,
'306': 964, '307': 966, '308': 8215, '309': 8252, '310': 8319, '311': 8359,
'312': 8592, '313': 8593, '337': 9552, '493': 1039, '494': 1040, '705': 1524,
'706': 8362, '710': 64288, '711': 64298, '759': 1617, '761': 1776,

4
build/pdf.js

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.780';
PDFJS.build = 'ffb613b';
PDFJS.version = '1.0.782';
PDFJS.build = '15681ad';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it

11
build/pdf.worker.js vendored

@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') { @@ -22,8 +22,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.780';
PDFJS.build = 'ffb613b';
PDFJS.version = '1.0.782';
PDFJS.build = '15681ad';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -14351,8 +14351,11 @@ var GlyphMapForStandardFonts = { @@ -14351,8 +14351,11 @@ var GlyphMapForStandardFonts = {
'156': 8747, '157': 170, '158': 186, '159': 8486, '160': 230, '161': 248,
'162': 191, '163': 161, '164': 172, '165': 8730, '166': 402, '167': 8776,
'168': 8710, '169': 171, '170': 187, '171': 8230, '210': 218, '223': 711,
'227': 353, '229': 382, '234': 253, '253': 268, '254': 269, '258': 258,
'268': 283, '269': 313, '278': 328, '284': 345, '292': 367, '305': 963,
'224': 321, '225': 322, '227': 353, '229': 382, '234': 253, '252': 263,
'253': 268, '254': 269, '258': 258, '260': 260, '261': 261, '265': 280,
'266': 281, '268': 283, '269': 313, '275': 323, '276': 324, '278': 328,
'284': 345, '285': 346, '286': 347, '292': 367, '295': 377, '296': 378,
'298': 380, '305': 963,
'306': 964, '307': 966, '308': 8215, '309': 8252, '310': 8319, '311': 8359,
'312': 8592, '313': 8593, '337': 9552, '493': 1039, '494': 1040, '705': 1524,
'706': 8362, '710': 64288, '711': 64298, '759': 1617, '761': 1776,

2
package.json

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

Loading…
Cancel
Save