mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Use singular form for charProcOperatorList - hopefully fixes breakage
This commit is contained in:
parent
fd2ab059d3
commit
7ddce7f586
1 changed files with 1 additions and 1 deletions
|
@ -853,7 +853,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
var charProcs = xref.fetchIfRef(dict.get('CharProcs'));
|
||||
var fontResources = xref.fetchIfRef(dict.get('Resources')) || resources;
|
||||
properties.resources = fontResources;
|
||||
properties.charProcOperatorLists = {};
|
||||
properties.charProcOperatorList = {};
|
||||
for (var key in charProcs.map) {
|
||||
var glyphStream = xref.fetchIfRef(charProcs.map[key]);
|
||||
properties.charProcOperatorList[key] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue