Browse Source

PDF.js version 1.0.288

master v1.0.288
Yury Delendik 10 years ago
parent
commit
82ad5b6856
  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.286",
"version": "1.0.288",
"keywords": [
"Mozilla",
"pdf",

11
build/pdf.combined.js

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.286';
PDFJS.build = '3acf570';
PDFJS.version = '1.0.288';
PDFJS.build = '2449142';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -26248,7 +26248,12 @@ var Font = (function FontClosure() { @@ -26248,7 +26248,12 @@ var Font = (function FontClosure() {
if (!potentialTable) {
warn('Could not find a preferred cmap table.');
return [];
return {
platformId: -1,
encodingId: -1,
mappings: [],
hasShortCmap: false
};
}
font.pos = start + potentialTable.offset;

4
build/pdf.js

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.286';
PDFJS.build = '3acf570';
PDFJS.version = '1.0.288';
PDFJS.build = '2449142';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it

11
build/pdf.worker.js vendored

@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') { @@ -21,8 +21,8 @@ if (typeof PDFJS === 'undefined') {
(typeof window !== 'undefined' ? window : this).PDFJS = {};
}
PDFJS.version = '1.0.286';
PDFJS.build = '3acf570';
PDFJS.version = '1.0.288';
PDFJS.build = '2449142';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -21741,7 +21741,12 @@ var Font = (function FontClosure() { @@ -21741,7 +21741,12 @@ var Font = (function FontClosure() {
if (!potentialTable) {
warn('Could not find a preferred cmap table.');
return [];
return {
platformId: -1,
encodingId: -1,
mappings: [],
hasShortCmap: false
};
}
font.pos = start + potentialTable.offset;

2
package.json

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

Loading…
Cancel
Save