]> git.parisson.com Git - pdf.js.git/commitdiff
Use singular form for charProcOperatorList - hopefully fixes breakage
authorJulian Viereck <julian.viereck@gmail.com>
Mon, 12 Mar 2012 20:26:39 +0000 (21:26 +0100)
committerJulian Viereck <julian.viereck@gmail.com>
Fri, 16 Mar 2012 13:58:53 +0000 (14:58 +0100)
src/evaluator.js

index 32f699858f969c710188ca3eed9ccf59fd4a2e79..1d83c380b8a957d47162440987d7a605606b046d 100644 (file)
@@ -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] =