mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Remove unused variables
These have been found using `gulp lint` in combination with the `unused: true` parameter for JSHint. Unfortunately there are too many false positives to enable this feature, but now that most globals have been removed because of the conversion to UMD the results are much more useful than before.
This commit is contained in:
parent
c1c199d702
commit
6a7012aaca
8 changed files with 4 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
/* globals PDFJS, expect, it, describe, Promise, beforeAll,
|
||||
InvalidPDFException, MissingPDFException, StreamType, FontType,
|
||||
PDFDocumentProxy, PasswordException, PasswordResponses, afterAll,
|
||||
PDFPageProxy, createPromiseCapability, beforeEach, afterEach */
|
||||
PDFPageProxy, createPromiseCapability, afterEach */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue