1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00

Merge pull request #364 from kkujala/master

Make 'make test' factors faster.
This commit is contained in:
Chris Jones 2011-08-24 15:37:12 -07:00
commit ce8180c2de

View file

@ -221,6 +221,8 @@ function checkScrolling() {
}
function log(str) {
stdout.innerHTML += str;
checkScrolling();
stdout.insertAdjacentHTML('BeforeEnd', str);
if (str.lastIndexOf('\n') >= 0)
checkScrolling();
}