mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Remove unused variable.
This commit is contained in:
parent
3a824f69d4
commit
4b887fe1c2
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ var StepperManager = (function StepperManagerClosure() {
|
|||
this.selectStepper(pageNumber, false);
|
||||
return stepper;
|
||||
},
|
||||
selectStepper: function selectStepper(pageNumber, selectPanel, change) {
|
||||
selectStepper: function selectStepper(pageNumber, selectPanel) {
|
||||
if (selectPanel)
|
||||
this.manager.selectPanel(1);
|
||||
for (var i = 0; i < steppers.length; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue