1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Rename some stuff and add missing font_handler.js

This commit is contained in:
Julian Viereck 2011-09-16 09:04:12 -07:00
parent 921f8bd669
commit 00290b9ff4
7 changed files with 94 additions and 19 deletions

View file

@ -10,7 +10,8 @@
<script type="text/javascript" src="driver.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/handler.js"></script>
<script type="text/javascript" src="../worker/processor_handler.js"></script>
<script type="text/javascript" src="../worker/font_handler.js"></script>
</head>
<body onload="load();">