From: Rob Sayre Date: Sat, 25 Jun 2011 18:02:35 +0000 (-0700) Subject: Still more whitespace fixing. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fc65ddb7dfff4971e8157fb58b31676bec398bd4;p=pdf.js.git Still more whitespace fixing. --- diff --git a/test/test_slave.html b/test/test_slave.html index 303a58c..07ac873 100644 --- a/test/test_slave.html +++ b/test/test_slave.html @@ -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; } }