mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Async getAnnotations(); hide map and xref for Dict
This commit is contained in:
parent
19c0c6a983
commit
42911f1fc9
4 changed files with 63 additions and 38 deletions
|
@ -466,7 +466,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
args = [];
|
||||
} else if (obj != null) {
|
||||
assertWellFormed(args.length <= 33, 'Too many arguments');
|
||||
args.push(obj);
|
||||
args.push(obj instanceof Dict ? obj.getAll() : obj);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue