mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Fix hello world example
This commit is contained in:
parent
4e3f0e7463
commit
a6180830f8
2 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,9 @@
|
|||
<script type="text/javascript" src="../../metrics.js"></script>
|
||||
<script type="text/javascript" src="../../fonts.js"></script>
|
||||
<script type="text/javascript" src="../../glyphlist.js"></script>
|
||||
<script type="text/javascript" src="../../worker.js"></script>
|
||||
<script type="text/javascript" src="../../worker/message_handler.js"></script>
|
||||
<script type="text/javascript" src="../../worker/processor_handler.js"></script>
|
||||
|
||||
<script type="text/javascript" src="hello.js"></script>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue