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

Resolve the char->glyphs mapping issue

This commit is contained in:
Vivien Nicolas 2011-06-16 03:55:45 +02:00
parent a57b53b3b3
commit c9e0b05678
3 changed files with 21 additions and 15 deletions

View file

@ -31,7 +31,7 @@ var fontCount = 0;
var Fonts = {
_active: null,
get active() {
return this._active || { encoding: {} };
return this._active || { encoding: [] };
},
set active(aName) {