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