Fix the regression at 6073a03

This commit is contained in:
notmasteryet 2011-06-27 21:48:16 -05:00
parent 8385cb8449
commit 49a3bae05b

View File

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