mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fix incorrect USERACTIVATION_CALLBACKID
import (15618 follow-up)
This constant is currently imported from the wrong file, where it doesn't exist; see PR 15618.
This commit is contained in:
parent
665ff78051
commit
2db0eff70f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { USERACTIVATION_CALLBACKID } from "./doc.js";
|
||||
import { USERACTIVATION_CALLBACKID } from "./app.js";
|
||||
|
||||
const USERACTIVATION_MAXTIME_VALIDITY = 5000;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue