Merge pull request #105 from notmasteryet/issue102

Fix the regression at 6073a03
This commit is contained in:
Chris Jones 2011-06-27 19:50:47 -07:00
commit 8249aa2602

View File

@ -167,7 +167,7 @@ var Font = (function () {
}
Fonts[name] = {
data: file,
data: data,
properties: properties,
loading: true,
cache: Object.create(null)