Refactors PDFHistory.
# Conflicts: # extensions/b2g/viewer.js # web/pdf_history.js # web/pdf_viewer.component.js # web/viewer.js
This commit is contained in:
parent
0ef6212b64
commit
5cff06e52a
4 changed files with 361 additions and 323 deletions
|
@ -59,6 +59,17 @@ IPDFLinkService.prototype = {
|
|||
cachePageRef: function (pageNum, pageRef) {},
|
||||
};
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
function IPDFHistory() {}
|
||||
IPDFHistory.prototype = {
|
||||
forward: function () {},
|
||||
back: function () {},
|
||||
push: function (params) {},
|
||||
updateNextHashParam: function (hash) {},
|
||||
};
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue