1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Add jbig2 references to examples and make.js

This commit is contained in:
Yury Delendik 2012-06-22 06:41:28 -05:00
parent ae56ed53a2
commit 306092f53e
3 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,7 @@
<script type="text/javascript" src="../../src/worker.js"></script>
<script type="text/javascript" src="../../external/jpgjs/jpg.js"></script>
<script type="text/javascript" src="../../src/jpx.js"></script>
<script type="text/javascript" src="../../src/jbig2.js"></script>
<script type="text/javascript">
// Specify the main script used to create a new PDF.JS web worker.

View file

@ -25,6 +25,7 @@
<script type="text/javascript" src="../../src/worker.js"></script>
<script type="text/javascript" src="../../external/jpgjs/jpg.js"></script>
<script type="text/javascript" src="../../src/jpx.js"></script>
<script type="text/javascript" src="../../src/jbig2.js"></script>
<script type="text/javascript">
// Specify the main script used to create a new PDF.JS web worker.

View file

@ -166,6 +166,7 @@ target.bundle = function() {
'worker.js',
'../external/jpgjs/jpg.js',
'jpx.js',
'jbig2.js',
'bidi.js',
'metadata.js'];