Merge pull request #105 from notmasteryet/issue102
Fix the regression at 6073a03
This commit is contained in:
commit
3683fc67fb
1 changed files with 1 additions and 1 deletions
2
fonts.js
2
fonts.js
|
@ -167,7 +167,7 @@ var Font = (function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
Fonts[name] = {
|
Fonts[name] = {
|
||||||
data: file,
|
data: data,
|
||||||
properties: properties,
|
properties: properties,
|
||||||
loading: true,
|
loading: true,
|
||||||
cache: Object.create(null)
|
cache: Object.create(null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue