Remove brakets
This commit is contained in:
parent
52aba8648e
commit
c82b2faa0e
@ -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…
x
Reference in New Issue
Block a user