Jonas Jenwald ac3233bfa4 Use "private" properties in PDFViewer_scrollPageIntoView
Currently in `PDFViewer_scrollPageIntoView`, we're accessing a number of properties in an indirect and overly complicated way. In particular, using `this.linkService.page` is a *very* roundabout way to access `this.currentPageNumber`.

The reason for this appears to be entirely historical, since prior to PR 5361 the code was placed in `PDFPageView` (or `PageView` as it was called at the time).
2015-07-06 16:33:01 +02:00
..
2015-02-17 11:07:37 -05:00
2015-05-16 11:20:36 -05:00
2015-02-17 11:07:37 -05:00
2015-06-30 00:42:21 -07:00