mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Remove brakets
This commit is contained in:
parent
52aba8648e
commit
c82b2faa0e
1 changed files with 1 additions and 2 deletions
|
@ -190,9 +190,8 @@ var PDFView = {
|
|||
this.setScale(
|
||||
Math.min(pageWidthScale, pageHeightScale), resetAutoSettings);
|
||||
}
|
||||
if ('auto' == value) {
|
||||
if ('auto' == value)
|
||||
this.setScale(Math.min(1.0, pageWidthScale), resetAutoSettings);
|
||||
}
|
||||
|
||||
selectScaleOption(value);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue