1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Packages PDFViewer as a UI component.

This commit is contained in:
Yury Delendik 2014-09-30 12:22:38 -05:00
parent a10fde165c
commit b16a406f3a
8 changed files with 221 additions and 7 deletions

View file

@ -31,7 +31,7 @@
//
// If pdf.js must be execute via eval or pdf.worker.js is located at the
// different location that pdf.js, specify workerSrc.
// different location than pdf.js, specify workerSrc.
//
// PDFJS.workerSrc = '../../build/pdf.worker.js';