mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Fixes AnnotationUtils in the extension build
This commit is contained in:
parent
2282c98500
commit
c1c950ce74
2 changed files with 4 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
/* globals RenderingStates, PDFView, PDFHistory, PDFFindBar, PDFJS, mozL10n,
|
||||
CustomStyle, PresentationMode, scrollIntoView, SCROLLBAR_PADDING,
|
||||
CSS_UNITS, UNKNOWN_SCALE, DEFAULT_SCALE, getOutputScale,
|
||||
TextLayerBuilder, cache, Stats, AnnotationUtils */
|
||||
TextLayerBuilder, cache, Stats */
|
||||
|
||||
'use strict';
|
||||
|
||||
|
@ -326,7 +326,8 @@ var PageView = function pageView(container, id, scale,
|
|||
continue;
|
||||
}
|
||||
|
||||
element = AnnotationUtils.getHtmlElement(data, pdfPage.commonObjs);
|
||||
element = PDFJS.AnnotationUtils.getHtmlElement(data,
|
||||
pdfPage.commonObjs);
|
||||
element.setAttribute('data-annotation-id', data.id);
|
||||
mozL10n.translate(element);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue