1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Moves shared/colorspace.js into core/

This commit is contained in:
Yury Delendik 2014-05-21 12:57:15 -05:00
parent 542c9c4c7a
commit 7a19085159
9 changed files with 3 additions and 8 deletions

View file

@ -5,7 +5,6 @@
<!-- In production, only one script (pdf.js) is necessary -->
<!-- In production, change the content of PDFJS.workerSrc below -->
<script src="../../src/shared/util.js"></script>
<script src="../../src/shared/colorspace.js"></script>
<script src="../../src/shared/function.js"></script>
<script src="../../src/shared/annotation.js"></script>
<script src="../../src/display/api.js"></script>