1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00
This commit is contained in:
Andreas Gal 2011-06-24 17:12:06 -04:00
parent b6c92f674b
commit f317eae084
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;
}