1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Fix jsdoc comment; remove resources dict from type3 properties

This commit is contained in:
Yury Delendik 2012-04-14 17:52:49 -07:00
parent 4953e0fecc
commit 6bf640260f
3 changed files with 6 additions and 3 deletions

View file

@ -862,7 +862,6 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
properties.coded = true;
var charProcs = dict.get('CharProcs').getAll();
var fontResources = dict.get('Resources') || resources;
properties.resources = fontResources;
properties.charProcOperatorList = {};
for (var key in charProcs) {
var glyphStream = charProcs[key];