mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
comment fix
This commit is contained in:
parent
d664652b86
commit
36d9462016
1 changed files with 1 additions and 1 deletions
2
pdf.js
2
pdf.js
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue