1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 23:58:07 +02:00

Update the various ESLint packages to their latest versions

This commit is contained in:
Jonas Jenwald 2018-07-09 12:52:55 +02:00
parent 31012570ea
commit 200e3d6bd8
3 changed files with 278 additions and 121 deletions

View file

@ -1094,6 +1094,7 @@ let PDFViewerApplication = {
}
this.initialBookmark = initialParams.bookmark;
// eslint-disable-next-line no-self-assign
pdfViewer.currentScaleValue = pdfViewer.currentScaleValue;
this.setInitialView(initialParams.hash);
}).then(function() {