mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Updates make.js for cmaps and make binary cmaps by default
This commit is contained in:
parent
734d6f346e
commit
1d8f6cf0e7
4 changed files with 35 additions and 23 deletions
|
@ -28,7 +28,7 @@
|
|||
// "firefox-bin: Fatal IO error 12 (Cannot allocate memory) on X server :1."
|
||||
// PDFJS.disableWorker = true;
|
||||
PDFJS.enableStats = true;
|
||||
PDFJS.cMapUrl = '../web/cmaps/';
|
||||
PDFJS.cMapUrl = '../external/bcmaps/';
|
||||
PDFJS.cMapPacked = true;
|
||||
|
||||
var appPath, masterMode, browser, canvas, dummyCanvas, currentTaskIdx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue