commit
914f4dc703
@ -307,11 +307,13 @@ var Catalog = (function CatalogClosure() {
|
||||
continue;
|
||||
}
|
||||
var names = obj.get('Names');
|
||||
if (names) {
|
||||
for (i = 0, n = names.length; i < n; i += 2) {
|
||||
dests[names[i]] = fetchDestination(xref.fetchIfRef(names[i + 1]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
return shadow(this, 'destinations', dests);
|
||||
},
|
||||
getPage: function Catalog_getPage(n) {
|
||||
|
Loading…
Reference in New Issue
Block a user