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

Fixes CFF test and CFF int16 parsing

This commit is contained in:
Yury Delendik 2012-08-29 12:58:12 -05:00
parent 93f9efde39
commit e32ecc44d3
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ describe('font', function() {
}
describe('CFFParser', function() {
var parser = new CFFParser(fontData);
var parser = new CFFParser(fontData, {});
var cff = parser.parse();
it('parses header', function() {