mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Rename annotation_helper.js to annotation_layer.js
This commit is contained in:
parent
e93512f1eb
commit
91274d6d2d
9 changed files with 11 additions and 10 deletions
|
@ -105,7 +105,7 @@ var AnnotationsLayerBuilder = (function AnnotationsLayerBuilderClosure() {
|
|||
continue;
|
||||
}
|
||||
|
||||
element = PDFJS.AnnotationUtils.getHtmlElement(data,
|
||||
element = PDFJS.AnnotationLayer.getHtmlElement(data,
|
||||
pdfPage.commonObjs);
|
||||
element.setAttribute('data-annotation-id', data.id);
|
||||
if (typeof mozL10n !== 'undefined') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue