1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #3320 from timvandermeij/typo-fix

Fixing #3318
This commit is contained in:
Yury Delendik 2013-06-03 07:44:43 -07:00
commit f60c9290ec

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