This commit is contained in:
Tim van der Meij 2013-06-02 23:51:08 +02:00
parent f700e61e9e
commit 2ac858fc68

View File

@ -8,7 +8,7 @@
'use strict'; '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) { PDFJS.getDocument('helloworld.pdf').then(function(pdf) {
// Using promise to fetch the page // Using promise to fetch the page