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