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