mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Address review comments. Use only one PDFJS.workerSrc variable to specify the worker source
This commit is contained in:
parent
1e6d1f9922
commit
3b7829d057
9 changed files with 63 additions and 51 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
getPdf('helloworld.pdf', function getPdfHelloWorld(data) {
|
||||
PDFJS.getPdf('helloworld.pdf', function getPdfHelloWorld(data) {
|
||||
//
|
||||
// Instantiate PDFDoc with PDF data
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue