mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +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
|
@ -51,7 +51,6 @@ const $getNextPage = Symbol();
|
|||
const $getSubformParent = Symbol();
|
||||
const $getParent = Symbol();
|
||||
const $getTemplateRoot = Symbol();
|
||||
const $global = Symbol();
|
||||
const $globalData = Symbol();
|
||||
const $hasSettableValue = Symbol();
|
||||
const $ids = Symbol();
|
||||
|
@ -1063,7 +1062,6 @@ export {
|
|||
$getRealChildrenByNameIt,
|
||||
$getSubformParent,
|
||||
$getTemplateRoot,
|
||||
$global,
|
||||
$globalData,
|
||||
$hasSettableValue,
|
||||
$ids,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue