From ee954d8c0aa18e3fe4e765eb0d23cc3cde67103a Mon Sep 17 00:00:00 2001 From: Rob Sayre Date: Sat, 25 Jun 2011 11:02:35 -0700 Subject: [PATCH] Still more whitespace fixing. --- test/test_slave.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_slave.html b/test/test_slave.html index 303a58c9b..07ac87388 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; } }