Browse Source

PDF.js version 1.6.446 - See mozilla/pdf.js@1af35a6d882c15d9cd50daddddb84391f2ea23eb

master v1.6.446
Pdf Bot 8 years ago
parent
commit
b312f1c327
  1. 2
      bower.json
  2. 6
      build/pdf.combined.js
  3. 4
      build/pdf.js
  4. 2
      build/pdf.min.js
  5. 6
      build/pdf.worker.js
  6. 2
      build/pdf.worker.min.js
  7. 2
      package.json

2
bower.json

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

6
build/pdf.combined.js

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.444'; var pdfjsVersion = '1.6.446';
var pdfjsBuild = '00ab0ab'; var pdfjsBuild = '1af35a6';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {
@ -5538,7 +5538,7 @@
return createBidiText(str, isLTR); return createBidiText(str, isLTR);
} }
if (startLevel === -1) { if (startLevel === -1) {
if (strLength / numBidi < 0.3) { if (numBidi / strLength < 0.3) {
isLTR = true; isLTR = true;
startLevel = 0; startLevel = 0;
} else { } else {

4
build/pdf.js

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.444'; var pdfjsVersion = '1.6.446';
var pdfjsBuild = '00ab0ab'; var pdfjsBuild = '1af35a6';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {

2
build/pdf.min.js vendored

File diff suppressed because one or more lines are too long

6
build/pdf.worker.js vendored

@ -23,8 +23,8 @@
} }
}(this, function (exports) { }(this, function (exports) {
'use strict'; 'use strict';
var pdfjsVersion = '1.6.444'; var pdfjsVersion = '1.6.446';
var pdfjsBuild = '00ab0ab'; var pdfjsBuild = '1af35a6';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null; var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {}; var pdfjsLibs = {};
(function pdfjsWrapper() { (function pdfjsWrapper() {
@ -5538,7 +5538,7 @@
return createBidiText(str, isLTR); return createBidiText(str, isLTR);
} }
if (startLevel === -1) { if (startLevel === -1) {
if (strLength / numBidi < 0.3) { if (numBidi / strLength < 0.3) {
isLTR = true; isLTR = true;
startLevel = 0; startLevel = 0;
} else { } else {

2
build/pdf.worker.min.js vendored

File diff suppressed because one or more lines are too long

2
package.json

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