Fix the regression at 6073a03
This commit is contained in:
parent
a5e4e53cdb
commit
3b136d26ff
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…
x
Reference in New Issue
Block a user