1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

Merge pull request #11745 from Snuffleupagus/eslint-no-shadow

Enable the ESLint `no-shadow` rule
This commit is contained in:
Tim van der Meij 2020-03-25 22:48:07 +01:00 committed by GitHub
commit fa4b431091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 203 additions and 87 deletions

View file

@ -285,6 +285,7 @@ var Stepper = (function StepperClosure() {
return simpleObj;
}
// eslint-disable-next-line no-shadow
function Stepper(panel, pageIndex, initialBreakPoints) {
this.panel = panel;
this.breakPoint = 0;