mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
XFA - Correctly bind global data (bug 1718725)
This commit is contained in:
parent
b2b7806cab
commit
778800a53a
5 changed files with 14 additions and 16 deletions
|
@ -15,7 +15,6 @@
|
|||
|
||||
import {
|
||||
$appendChild,
|
||||
$global,
|
||||
$namespaceId,
|
||||
$nodeName,
|
||||
$onChild,
|
||||
|
@ -47,8 +46,6 @@ class Datasets extends XFAObject {
|
|||
child[$namespaceId] === NamespaceIds.signature.id)
|
||||
) {
|
||||
this[name] = child;
|
||||
} else {
|
||||
child[$global] = true;
|
||||
}
|
||||
this[$appendChild](child);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue