]> git.parisson.com Git - pdf.js.git/commitdiff
Adding jpx.js to examples and Makefile
authornotmasteryet <async.processingjs@yahoo.com>
Thu, 19 Jan 2012 02:17:50 +0000 (20:17 -0600)
committernotmasteryet <async.processingjs@yahoo.com>
Thu, 19 Jan 2012 02:17:50 +0000 (20:17 -0600)
Makefile
examples/acroforms/index.html
examples/helloworld/index.html

index c9de61c1c081e395f2657ab12b85a3c2137274ed..fdc48aeef40a5e71039dc5bf8117aa39da2d0094 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ PDF_JS_FILES = \
   stream.js \
   worker.js \
   ../external/jpgjs/jpg.js \
+  jpx.js \
        $(NULL)
 
 # make server
index 5fad4648af7b277a330c5081942e30ff096463fa..8a9053f783f82888adc83bd5418b782a2d40ecf2 100644 (file)
@@ -23,6 +23,7 @@
   <script type="text/javascript" src="../../src/stream.js"></script>
   <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">
     // Specify the main script used to create a new PDF.JS web worker.
index a2485d91884f78ea46c22e5bddee2ed6eb29e0a5..c6af616e6df98065226038796dd40a562c0daf72 100644 (file)
@@ -23,6 +23,7 @@
   <script type="text/javascript" src="../../src/stream.js"></script>
   <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">
     // Specify the main script used to create a new PDF.JS web worker.