]> git.parisson.com Git - pdf.js.git/commitdiff
cleanup
authorsbarman <sbarman@L3CWZ5T.(none)>
Wed, 29 Jun 2011 17:30:28 +0000 (10:30 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Wed, 29 Jun 2011 17:30:28 +0000 (10:30 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index a9d350555ae4646a4fe94f0a04f8aacc50497f01..c5eceb85472fac19a357f415c7b435991a3780d6 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -3409,7 +3409,6 @@ var CanvasGraphics = (function() {
       
         translateFont: function(fontDict, xref, resources) {
             var fd = fontDict.get("FontDescriptor");
-            return;
             if (!fd)
                 // XXX deprecated "special treatment" for standard
                 // fonts?  What do we need to do here?