mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Removes lastScrollSource and isViewerInPresentationMode from TextLayerBuilderOptions
This commit is contained in:
parent
b930228788
commit
2ac7ac4678
5 changed files with 67 additions and 48 deletions
|
@ -73,17 +73,6 @@ IRenderableView.prototype = {
|
|||
resume: function () {},
|
||||
};
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
function ILastScrollSource() {}
|
||||
ILastScrollSource.prototype = {
|
||||
/**
|
||||
* @returns {number}
|
||||
*/
|
||||
get lastScroll() {},
|
||||
};
|
||||
|
||||
/**
|
||||
* @interface
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue