]> git.parisson.com Git - pdf.js.git/commitdiff
Still more whitespace fixing.
authorRob Sayre <sayrer@gmail.com>
Sat, 25 Jun 2011 18:02:35 +0000 (11:02 -0700)
committerRob Sayre <sayrer@gmail.com>
Sat, 25 Jun 2011 18:02:35 +0000 (11:02 -0700)
test/test_slave.html

index 303a58c9bc84396f86e882f1510f878f03c02e21..07ac87388412af20398b2594a94ba277dfe85ed0 100644 (file)
@@ -203,7 +203,7 @@ function clear(ctx) {
 /* 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;
+    stdout.scrollTop = stdout.scrollHeight;
   }
 }