comment fix

This commit is contained in:
notmasteryet 2011-08-23 16:58:41 -05:00
parent d664652b86
commit 36d9462016

2
pdf.js
View File

@ -3528,7 +3528,7 @@ var Catalog = (function() {
nameDictionaryRef = this.catDict.get('Dests');
if (nameDictionaryRef) {
// reding simple destination dictionary
// reading simple destination dictionary
obj = xref.fetch(nameDictionaryRef);
obj.forEach(function(key, value) {
dests[key] = xref.fetch(value).get('D');