1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 17:48:07 +02:00
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';
//
// 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