mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Fix whitespace.
This commit is contained in:
parent
f69dad39ed
commit
d0544a3511
1 changed files with 1 additions and 2 deletions
|
@ -200,8 +200,7 @@ function clear(ctx) {
|
|||
ctx.restore();
|
||||
}
|
||||
|
||||
/* Auto-scroll if the scrollbar is near the bottom, otherwise do
|
||||
nothing. */
|
||||
/* Auto-scroll if the scrollbar is near the bottom, otherwise do nothing. */
|
||||
function checkScrolling() {
|
||||
if ((stdout.scrollHeight - stdout.scrollTop) <= stdout.offsetHeight) {
|
||||
stdout.scrollTop = stdout.scrollHeight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue