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

Removing unnecessary includes from text selection example

This commit is contained in:
Tim van der Meij 2014-06-23 22:45:11 +02:00
parent fa33b9c643
commit c7e614323a

View file

@ -8,8 +8,6 @@
<script src="../../build/generic/build/pdf.js"></script>
<!-- These files are viewer components that you will need to get text-selection to work -->
<script src="../../web/pdf_find_bar.js"></script>
<script src="../../web/pdf_find_controller.js"></script>
<script src="../../web/ui_utils.js"></script>
<script src="../../web/text_layer_builder.js"></script>