Still more whitespace fixing.

This commit is contained in:
Rob Sayre 2011-06-25 11:02:35 -07:00
parent cfcac65de4
commit fc65ddb7df

View 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;
}
}