This commit is contained in:
Andreas Gal 2011-06-24 17:12:06 -04:00
parent 48aed109e4
commit cdb8788865
3 changed files with 5 additions and 5 deletions

View file

@ -76,7 +76,7 @@ function displayPage(num) {
var t2 = Date.now();
function loadFont() {
if (!FontsLoader.bind(fonts)) {
if (!FontLoader.bind(fonts)) {
pageTimeout = window.setTimeout(loadFont, 10);
return;
}