mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Merge pull request #9190 from Snuffleupagus/rm-app-pageRotation
Remove the `pageRotation` getter in `PDFViewerApplication`
This commit is contained in:
commit
b32d659dff
1 changed files with 0 additions and 4 deletions
|
@ -525,10 +525,6 @@ let PDFViewerApplication = {
|
||||||
return this.pdfDocument ? this.pdfDocument.numPages : 0;
|
return this.pdfDocument ? this.pdfDocument.numPages : 0;
|
||||||
},
|
},
|
||||||
|
|
||||||
get pageRotation() {
|
|
||||||
return this.pdfViewer.pagesRotation;
|
|
||||||
},
|
|
||||||
|
|
||||||
set page(val) {
|
set page(val) {
|
||||||
this.pdfViewer.currentPageNumber = val;
|
this.pdfViewer.currentPageNumber = val;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue