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

Updates make.js for cmaps and make binary cmaps by default

This commit is contained in:
Yury Delendik 2014-03-17 13:20:24 -05:00
parent 734d6f346e
commit 1d8f6cf0e7
4 changed files with 35 additions and 23 deletions

View file

@ -23,7 +23,7 @@ exports.parseAdobeCMap = function (content) {
var result = {
type: 1,
wmode: 0,
comment: 'Copyright 1990-2009 Adobe Systems Incorporated.\nAll rights reserved.\nhttp://sourceforge.net/adobe/cmap/wiki/License/',
comment: 'Copyright 1990-2009 Adobe Systems Incorporated.\nAll rights reserved.\nSee ./LICENSE',
usecmap: null,
body: []
};