Fixing #3318
This commit is contained in:
parent
f700e61e9e
commit
2ac858fc68
@ -8,7 +8,7 @@
|
||||
'use strict';
|
||||
|
||||
//
|
||||
// Fetch the PDF document from the URL using promices
|
||||
// Fetch the PDF document from the URL using promises
|
||||
//
|
||||
PDFJS.getDocument('helloworld.pdf').then(function(pdf) {
|
||||
// Using promise to fetch the page
|
||||
|
Loading…
Reference in New Issue
Block a user