Browse Source

Update src/obj.js

fix Issue #1523
Christian Mehlis 13 years ago
parent
commit
e95fbb3860
  1. 2
      src/obj.js

2
src/obj.js

@ -307,11 +307,13 @@ var Catalog = (function CatalogClosure() { @@ -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…
Cancel
Save