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:
parent
4953e0fecc
commit
6bf640260f
3 changed files with 6 additions and 3 deletions
|
@ -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('+');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue