Tim van der Meij 12 years ago
parent
commit
2ac858fc68
  1. 2
      examples/helloworld/hello.js

2
examples/helloworld/hello.js

@ -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

Loading…
Cancel
Save