1
0
Fork 0

No longer clearing test name output on successful browser test

closure/master
Mike Gerwitz 2011-03-07 08:29:18 -05:00
parent 517b2be464
commit 522165fb6a
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
easejs.runTests(); easejs.runTests();
body.style.color = 'green'; body.style.color = 'green';
body.innerHTML = '<p>0 Failures.</p>' + body.innerHTML += '<p>0 Failures.</p>' +
'<p>ease.js will run properly within this browser.</p>' '<p>ease.js will run properly within this browser.</p>'
; ;
} }