mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 15:47:57 +02:00
minor fix
This commit is contained in:
parent
c39eae3ce9
commit
619a521678
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -1124,7 +1124,7 @@ var Font = (function() {
|
|||
action: 'font',
|
||||
data: {
|
||||
raw: data,
|
||||
fontName: this.name,
|
||||
fontName: this.loadedName,
|
||||
mimetype: this.mimetype
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue