]> git.parisson.com Git - pdf.js.git/commitdiff
fix 'private' keyword
authornotmasteryet <async.processingjs@yahoo.com>
Sun, 10 Jul 2011 04:24:24 +0000 (23:24 -0500)
committernotmasteryet <async.processingjs@yahoo.com>
Sun, 10 Jul 2011 04:24:24 +0000 (23:24 -0500)
fonts.js

index 1d2a5f755a232862b0a525e0b0c94cd2df5c8722..9b3b01dc09b5478d18f3b9044f33c67bfbdab846 100755 (executable)
--- a/fonts.js
+++ b/fonts.js
@@ -1408,7 +1408,7 @@ var Type1Parser = function() {
       subrs: [],
       charstrings: [],
       properties: {
-        private: {}
+        'private': {}
       }
     };