mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #105 from notmasteryet/issue102
Fix the regression at 6073a03
This commit is contained in:
commit
0d0de98c12
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -167,7 +167,7 @@ var Font = (function () {
|
|||
}
|
||||
|
||||
Fonts[name] = {
|
||||
data: file,
|
||||
data: data,
|
||||
properties: properties,
|
||||
loading: true,
|
||||
cache: Object.create(null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue