Fix rebasing

This commit is contained in:
Julian Viereck 2011-09-15 10:18:16 -07:00
parent 22e938d53f
commit fa9f9e0a7a

View File

@ -225,7 +225,7 @@ var FontLoader = {
var encoding = fontObj.encoding;
var testStr = "";
for (var enc in encoding) {
testStr += String.fromCharCode(encoding[enc]);
testStr += String.fromCharCode(encoding[enc].unicode);
if (testStr.length == 10) {
break;
}