Browse Source

PDF.js version 1.0.324

master v1.0.324
Yury Delendik 11 years ago
parent
commit
a1313d3ba0
  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 @@ @@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.0.322",
"version": "1.0.324",
"keywords": [
"Mozilla",
"pdf",

6
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.322';
PDFJS.build = '001238f';
PDFJS.version = '1.0.324';
PDFJS.build = 'd487d42';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -21622,7 +21622,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { @@ -21622,7 +21622,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
// Workaround for cases where e.g. fontNameStr = 'Arial' and
// baseFontStr = 'Arial,Bold' (needed when no font file is embedded).
if (fontNameStr && baseFontStr &&
baseFontStr.search(fontNameStr) === 0) {
baseFontStr.indexOf(fontNameStr) === 0) {
fontName = baseFont;
}
}

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.322';
PDFJS.build = '001238f';
PDFJS.version = '1.0.324';
PDFJS.build = 'd487d42';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it

6
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.322';
PDFJS.build = '001238f';
PDFJS.version = '1.0.324';
PDFJS.build = 'd487d42';
(function pdfjsWrapper() {
// Use strict in our context only - users might not want it
@ -17106,7 +17106,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() { @@ -17106,7 +17106,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
// Workaround for cases where e.g. fontNameStr = 'Arial' and
// baseFontStr = 'Arial,Bold' (needed when no font file is embedded).
if (fontNameStr && baseFontStr &&
baseFontStr.search(fontNameStr) === 0) {
baseFontStr.indexOf(fontNameStr) === 0) {
fontName = baseFont;
}
}

2
package.json

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

Loading…
Cancel
Save