1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08: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

@ -766,7 +766,6 @@ var Font = (function FontClosure() {
this.name = name;
this.coded = properties.coded;
this.charProcOperatorList = properties.charProcOperatorList;
this.resources = properties.resources;
this.sizes = [];
var names = name.split('+');