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

Fix a little typo

This commit is contained in:
Vivien Nicolas 2011-08-30 01:03:39 +02:00
parent e58b076eab
commit 6a7b37ab68

View file

@ -1703,7 +1703,7 @@ var Type1Parser = function() {
var index = parseInt(getToken());
var glyph = getToken();
if (!properties.differences[j]) {
if (!properties.encoding[index]) {
var code = GlyphsUnicode[glyph];
properties.glyphs[glyph] = properties.encoding[index] = code;
}