]> git.parisson.com Git - pdf.js.git/commitdiff
minor fix
authorsbarman <sbarman@L3CWZ5T.(none)>
Fri, 8 Jul 2011 00:37:27 +0000 (17:37 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Fri, 8 Jul 2011 00:37:27 +0000 (17:37 -0700)
fonts.js

index 48c99d8a76f44f8ee9e6722ed3477d94aede3e1b..262746ac6685de9faa57dd7aedcfc43c58aa551c 100755 (executable)
--- a/fonts.js
+++ b/fonts.js
@@ -1124,7 +1124,7 @@ var Font = (function() {
         action: 'font',
         data: {
           raw: data,
-          fontName: this.name,
+          fontName: this.loadedName,
           mimetype: this.mimetype
         }
       });