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

Fix lint.

This commit is contained in:
Brendan Dahl 2012-03-10 19:47:14 -08:00
parent cca0241532
commit 1a1767ce82

View file

@ -191,7 +191,7 @@ describe('font', function() {
0x09, // font dict 1 id
0x00, 0x02, // nex gid
0x0a, // font dict 2 gid
0x00, 0x04, // sentinel (last gid)
0x00, 0x04 // sentinel (last gid)
]);
parser.bytes = bytes;
var fdSelect = parser.parseFDSelect(0, 2);