mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08: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
make.js
1
make.js
|
@ -27,7 +27,6 @@ try {
|
|||
}
|
||||
|
||||
var builder = require('./external/builder/builder.js');
|
||||
var path = require('path');
|
||||
var fs = require('fs');
|
||||
|
||||
var CONFIG_FILE = 'pdfjs.config';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue