mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
nits
This commit is contained in:
parent
b6c92f674b
commit
f317eae084
3 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue