Browse Source

Merge pull request #105 from notmasteryet/issue102

Fix the regression at 6073a03
Chris Jones 14 years ago
parent
commit
8249aa2602
  1. 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…
Cancel
Save