Merge pull request #9190 from Snuffleupagus/rm-app-pageRotation

Remove the `pageRotation` getter in `PDFViewerApplication`
This commit is contained in:
Tim van der Meij 2017-11-26 13:05:09 +01:00 committed by GitHub
commit b32d659dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
},