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

rename test.html to viewer.html

This commit is contained in:
Andreas Gal 2011-06-17 16:20:13 -07:00
parent 47a8303512
commit 3f5974da32
4 changed files with 6 additions and 6 deletions

View file

@ -4282,8 +4282,8 @@ var GlyphsUnicode = {
zukatakana: 0x30BA
};
// Add missing glyphs from the original Adobe's list
GlyphsUnicode["angbracketleft"] = 0x3008;
GlyphsUnicode["angbracketright"] = 0x3009;
GlyphsUnicode["circlecopyrt"] = 0x00A9;
// Add missing glyphs from the Adobe's original list
GlyphsUnicode.angbracketleft = 0x3008;
GlyphsUnicode.angbracketright = 0x3009;
GlyphsUnicode.circlecopyrt = 0x00A9;