Browse Source

Merge pull request #614 from swznd/master

Fix Typo
vingtetun 14 years ago
parent
commit
ca7306cc00
  1. 2
      pdf.js

2
pdf.js

@ -127,7 +127,7 @@ function getPdf(arg, callback) { @@ -127,7 +127,7 @@ function getPdf(arg, callback) {
xhr.expected = (document.URL.indexOf('file:') === 0) ? 0 : 200;
if ('progress' in params)
xhr.onprogrss = params.progress || undefined;
xhr.onprogress = params.progress || undefined;
if ('error' in params)
xhr.onerror = params.error || undefined;

Loading…
Cancel
Save