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

Fixes examples comments.

This commit is contained in:
Yury Delendik 2014-09-30 15:42:28 -05:00
parent dfd23b50cb
commit 88d5fa0fc3
4 changed files with 13 additions and 10 deletions

View file

@ -30,8 +30,9 @@
// PDFJS.disableWorker = true;
//
// If pdf.js must be execute via eval or pdf.worker.js is located at the
// different location than pdf.js, specify workerSrc.
// In cases when the pdf.worker.js is located at the different folder than the
// pdf.js's one, or the pdf.js is executed via eval(), the workerSrc property
// shall be specified.
//
// PDFJS.workerSrc = '../../build/pdf.worker.js';