|
@@ -28,8 +28,8 @@ factory((root.pdfjsDistBuildPdfCombined = {}));
|
|
|
// Use strict in our context only - users might not want it
|
|
|
'use strict';
|
|
|
|
|
|
-var pdfjsVersion = '1.4.35';
|
|
|
-var pdfjsBuild = '5d797e1';
|
|
|
+var pdfjsVersion = '1.4.37';
|
|
|
+var pdfjsBuild = 'a4b9024';
|
|
|
|
|
|
var pdfjsFilePath =
|
|
|
typeof document !== 'undefined' && document.currentScript ?
|
|
@@ -46410,14 +46410,11 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|
|
var diffEncoding = encoding.get('Differences');
|
|
|
var index = 0;
|
|
|
for (var j = 0, jj = diffEncoding.length; j < jj; j++) {
|
|
|
- var data = diffEncoding[j];
|
|
|
+ var data = xref.fetchIfRef(diffEncoding[j]);
|
|
|
if (isNum(data)) {
|
|
|
index = data;
|
|
|
} else if (isName(data)) {
|
|
|
differences[index++] = data.name;
|
|
|
- } else if (isRef(data)) {
|
|
|
- diffEncoding[j--] = xref.fetch(data);
|
|
|
- continue;
|
|
|
} else {
|
|
|
error('Invalid entry in \'Differences\' array: ' + data);
|
|
|
}
|