1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Extract duplicate arithmetic decoder to own class

This commit is contained in:
fkaelberer 2014-03-10 16:56:00 +01:00
parent 5c448135cc
commit 7b5b5178ef
5 changed files with 204 additions and 345 deletions

View file

@ -48,6 +48,7 @@ var otherFiles = [
'core/ps_parser.js',
'core/stream.js',
'core/worker.js',
'core/arithmetic_decoder.js',
'core/jpx.js',
'core/jbig2.js',
'core/bidi.js',