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:
commit
fa4b431091
43 changed files with 203 additions and 87 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue