mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Remove a superfluous "s" in AnnotationsLayerBuilder
from files in web/
This patch makes the naming consistent with the `TextLayerBuilder`, and also the new `AnnotationLayer`, and should thus help reduce possible confusion when working with the code. Please note that the files were renamed using `git mv`, in order to preserve blame.
This commit is contained in:
parent
a8d760d97f
commit
3079dd937f
9 changed files with 40 additions and 40 deletions
|
@ -81,7 +81,7 @@ See https://github.com/adobe-type-tools/cmap-resources
|
|||
<script src="pdf_rendering_queue.js"></script>
|
||||
<script src="pdf_page_view.js"></script>
|
||||
<script src="text_layer_builder.js"></script>
|
||||
<script src="annotations_layer_builder.js"></script>
|
||||
<script src="annotation_layer_builder.js"></script>
|
||||
<script src="pdf_viewer.js"></script>
|
||||
<script src="pdf_thumbnail_view.js"></script>
|
||||
<script src="pdf_thumbnail_viewer.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue