1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Moves shared/function.js to core/

This commit is contained in:
Yury Delendik 2014-05-21 13:06:23 -05:00
parent 7a19085159
commit fcc4dfd9b5
10 changed files with 19 additions and 23 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/function.js"></script>
<script src="../../src/shared/annotation.js"></script>
<script src="../../src/display/api.js"></script>
<script src="../../src/display/metadata.js"></script>