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'; '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