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

Fix lint errors.

This commit is contained in:
Kalervo Kujala 2011-08-25 20:20:19 +03:00
parent 9343df134d
commit 092235a56f
5 changed files with 27 additions and 31 deletions

View file

@ -1087,6 +1087,8 @@ var GlyphsUnicode = {
amsquare: 0x33C2,
anbopomofo: 0x3122,
angbopomofo: 0x3124,
angbracketleft: 0x3008, // This glyph is missing from Adobe's original list.
angbracketright: 0x3009, // This glyph is missing from Adobe's original list.
angkhankhuthai: 0x0E5A,
angle: 0x2220,
anglebracketleft: 0x3008,
@ -1385,6 +1387,7 @@ var GlyphsUnicode = {
cieucparenkorean: 0x3208,
cieucuparenkorean: 0x321C,
circle: 0x25CB,
circlecopyrt: 0x00A9, // This glyph is missing from Adobe's original list.
circlemultiply: 0x2297,
circleot: 0x2299,
circleplus: 0x2295,
@ -4287,8 +4290,3 @@ var GlyphsUnicode = {
zukatakana: 0x30BA
};
// Add missing glyphs from the Adobe's original list
GlyphsUnicode.angbracketleft = 0x3008;
GlyphsUnicode.angbracketright = 0x3009;
GlyphsUnicode.circlecopyrt = 0x00A9;