fix 'private' keyword

This commit is contained in:
notmasteryet 2011-07-09 23:24:24 -05:00
parent 67f133dea7
commit 37315af515

View File

@ -1408,7 +1408,7 @@ var Type1Parser = function() {
subrs: [], subrs: [],
charstrings: [], charstrings: [],
properties: { properties: {
private: {} 'private': {}
} }
}; };