1
0
Fork 0
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:
Tim van der Meij 2016-05-11 15:39:01 +02:00
parent c1c199d702
commit 6a7012aaca
8 changed files with 4 additions and 10 deletions

View file

@ -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';