mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Remove globals
that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine)
This commit is contained in:
parent
2f3805efbc
commit
c850968fa7
34 changed files with 38 additions and 59 deletions
|
@ -1,7 +1,7 @@
|
|||
/* globals expect, it, describe, calculateMD5, ARCFourCipher, Name, beforeAll,
|
||||
CipherTransformFactory, calculateSHA256, calculateSHA384, afterAll,
|
||||
calculateSHA512, AES128Cipher, AES256Cipher, PDF17, PDF20, Dict,
|
||||
PasswordException, PasswordResponses, stringToBytes */
|
||||
/* globals stringToBytes, calculateMD5, ARCFourCipher, calculateSHA256,
|
||||
calculateSHA384, calculateSHA512, AES128Cipher, AES256Cipher, PDF17,
|
||||
PDF20, Dict, CipherTransformFactory, PasswordException,
|
||||
PasswordResponses, Name */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue