Browse Source

Still more whitespace fixing.

Rob Sayre 14 years ago
parent
commit
ee954d8c0a
  1. 2
      test/test_slave.html

2
test/test_slave.html

@ -203,7 +203,7 @@ function clear(ctx) { @@ -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;
}
}

Loading…
Cancel
Save