1
0
Fork 0
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:
Calixte Denizet 2021-07-07 16:16:21 +02:00
parent b2b7806cab
commit 778800a53a
5 changed files with 14 additions and 16 deletions

View file

@ -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,