mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +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
|
@ -19,7 +19,7 @@
|
|||
|
||||
var ANNOT_MIN_SIZE = 10; // px
|
||||
|
||||
var AnnotationUtils = (function AnnotationUtilsClosure() {
|
||||
var AnnotationLayer = (function AnnotationLayerClosure() {
|
||||
// TODO(mack): This dupes some of the logic in CanvasGraphics.setFont()
|
||||
function setTextStyles(element, item, fontObj) {
|
||||
|
||||
|
@ -286,4 +286,5 @@ var AnnotationUtils = (function AnnotationUtilsClosure() {
|
|||
getHtmlElement: getHtmlElement
|
||||
};
|
||||
})();
|
||||
PDFJS.AnnotationUtils = AnnotationUtils;
|
||||
|
||||
PDFJS.AnnotationLayer = AnnotationLayer;
|
Loading…
Add table
Add a link
Reference in a new issue