1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-29 07:37:57 +02:00
pdf.js/src/core
Tim van der Meij 6a7012aaca 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.
2016-05-11 16:11:13 +02:00
..
annotation.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
arithmetic_decoder.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
bidi.js Fixes weird loop in the bidi.js. 2016-04-27 16:14:33 -05:00
cff_parser.js Merge pull request #7281 from yurydelendik/static-warnings 2016-05-03 01:26:17 +02:00
charsets.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
chunked_stream.js Remove unused variables 2016-05-11 16:11:13 +02:00
cmap.js Removes global PDFJS usage from the src/core/. 2016-03-23 19:24:37 -05:00
colorspace.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
crypto.js Fixes some static analysis warnings and recommendations 2016-05-02 17:34:58 -05:00
document.js Removes global PDFJS usage from the src/core/. 2016-03-23 19:24:37 -05:00
encodings.js Refactor Encodings 2016-01-28 11:32:59 -06:00
evaluator.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
font_renderer.js Extract CFFParser from fonts.js (issue 6777) 2016-04-01 22:32:39 +02:00
fonts.js Fixes some static analysis warnings and recommendations 2016-05-02 17:34:58 -05:00
function.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
glyphlist.js Lazify GlyphsUnicode. 2016-01-28 11:32:59 -06:00
image.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
jbig2.js Remove unused variables 2015-12-16 23:52:16 +01:00
jpg.js Update JpegImage.getData to support forceRGBoutput for images with numComponents === 1 (issue 6066) 2016-02-18 10:12:37 +01:00
jpx.js Fixes some static analysis warnings and recommendations 2016-05-02 17:34:58 -05:00
metrics.js Lazify Metrics 2016-01-28 12:11:46 -06:00
murmurhash3.js Adds UMD headers to core, display and shared files. 2015-12-15 13:24:39 -06:00
network.js Makes PDF data reading Streams API friendly. 2016-02-18 13:17:53 -06:00
obj.js Merge pull request #7295 from Snuffleupagus/core-getArray 2016-05-10 23:21:54 +02:00
parser.js Removes core/stream circular dependency on core/parser. 2016-03-22 14:06:01 -05:00
pattern.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
pdf_manager.js Removes global PDFJS usage from the src/core/. 2016-03-23 19:24:37 -05:00
primitives.js Remove Dict_getAll since it is now unused 2016-02-12 22:32:07 +01:00
ps_parser.js Replaces literal {} created lookup tables with Object.create 2016-01-28 12:18:38 -06:00
standard_fonts.js Lazify stdFontMap, serifFonts, GlyphMapForStandardFonts 2016-01-28 11:51:54 -06:00
stream.js Use Dict_getArray in more places in src/core/ to avoid issues when Arrays contain indirect objects 2016-05-05 19:42:57 +02:00
type1_parser.js Extract Type1Parser from fonts.js 2016-04-01 23:38:53 +02:00
unicode.js Convert uniXXXX glyph names to proper ones when building the charCodeToGlyphId map for TrueType fonts (bug 1132849, issue 6893, issue 6894) 2016-03-09 19:37:15 +01:00
worker.js Proxy global PDFJS.verbosity to properly configure shared/util. 2016-03-23 19:24:37 -05:00