Merge pull request #9190 from Snuffleupagus/rm-app-pageRotation
Remove the `pageRotation` getter in `PDFViewerApplication`
This commit is contained in:
commit
b32d659dff
@ -525,10 +525,6 @@ let PDFViewerApplication = {
|
||||
return this.pdfDocument ? this.pdfDocument.numPages : 0;
|
||||
},
|
||||
|
||||
get pageRotation() {
|
||||
return this.pdfViewer.pagesRotation;
|
||||
},
|
||||
|
||||
set page(val) {
|
||||
this.pdfViewer.currentPageNumber = val;
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user