mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Interactive forms: remove global PDFJS usage
This commit is contained in:
parent
f062695d62
commit
2da2c45889
6 changed files with 30 additions and 14 deletions
|
@ -113,7 +113,9 @@ IPDFAnnotationLayerFactory.prototype = {
|
|||
/**
|
||||
* @param {HTMLDivElement} pageDiv
|
||||
* @param {PDFPage} pdfPage
|
||||
* @param {boolean} renderInteractiveForms
|
||||
* @returns {AnnotationLayerBuilder}
|
||||
*/
|
||||
createAnnotationLayerBuilder: function (pageDiv, pdfPage) {}
|
||||
createAnnotationLayerBuilder: function (pageDiv, pdfPage,
|
||||
renderInteractiveForms) {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue