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

Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code

This commit is contained in:
Julian Viereck 2011-10-05 22:24:38 +02:00
parent e9b6ffbaf6
commit d7521f758a
8 changed files with 89 additions and 84 deletions

View file

@ -14,7 +14,6 @@
<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="../worker/font_handler.js"></script>
</head>
<body>