Skip to content

Commit 306092f

Browse files
committed
Add jbig2 references to examples and make.js
1 parent ae56ed5 commit 306092f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/acroforms/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<script type="text/javascript" src="../../src/worker.js"></script>
2626
<script type="text/javascript" src="../../external/jpgjs/jpg.js"></script>
2727
<script type="text/javascript" src="../../src/jpx.js"></script>
28+
<script type="text/javascript" src="../../src/jbig2.js"></script>
2829

2930
<script type="text/javascript">
3031
// Specify the main script used to create a new PDF.JS web worker.

examples/helloworld/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<script type="text/javascript" src="../../src/worker.js"></script>
2626
<script type="text/javascript" src="../../external/jpgjs/jpg.js"></script>
2727
<script type="text/javascript" src="../../src/jpx.js"></script>
28+
<script type="text/javascript" src="../../src/jbig2.js"></script>
2829

2930
<script type="text/javascript">
3031
// Specify the main script used to create a new PDF.JS web worker.

make.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ target.bundle = function() {
166166
'worker.js',
167167
'../external/jpgjs/jpg.js',
168168
'jpx.js',
169+
'jbig2.js',
169170
'bidi.js',
170171
'metadata.js'];
171172

0 commit comments

Comments
 (0)