mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Missed a small change
This commit is contained in:
parent
6f2d3238cd
commit
fad6e36a80
1 changed files with 1 additions and 1 deletions
|
@ -515,5 +515,5 @@ window.onload = function() {
|
|||
};
|
||||
|
||||
window.addEventListener('pdfloaded', function(evt) {
|
||||
PDFViewer.readPDF(data);
|
||||
PDFViewer.readPDF(evt.detail);
|
||||
}, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue