mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Refactors PDFLinkService.
# Conflicts: # web/viewer.js
This commit is contained in:
parent
73545fbb92
commit
0ef6212b64
7 changed files with 389 additions and 246 deletions
|
@ -51,6 +51,12 @@ IPDFLinkService.prototype = {
|
|||
* @param {string} action
|
||||
*/
|
||||
executeNamedAction: function (action) {},
|
||||
|
||||
/**
|
||||
* @param {number} pageNum - page number.
|
||||
* @param {Object} pageRef - reference to the page.
|
||||
*/
|
||||
cachePageRef: function (pageNum, pageRef) {},
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue