1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-28 23:28:16 +02:00

Merge pull request #13692 from calixteman/bind_global

XFA - Correctly bind global data (bug 1718725)
This commit is contained in:
calixteman 2021-07-08 12:42:22 +02:00 committed by GitHub
commit c33bf0b5e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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();
@ -1074,7 +1073,6 @@ export {
$getRealChildrenByNameIt,
$getSubformParent,
$getTemplateRoot,
$global,
$globalData,
$hasSettableValue,
$ids,