Refactors PDFLinkService.

# Conflicts:
#	web/viewer.js
This commit is contained in:
Yury Delendik 2015-04-27 10:25:32 -05:00
parent 73545fbb92
commit 0ef6212b64
7 changed files with 389 additions and 246 deletions

View file

@ -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) {},
};
/**