1
0
Fork 0

Test failure message will now show up in browsers like IE6

closure/master
Mike Gerwitz 2011-03-06 10:20:38 -05:00
parent 0ccab4f8d9
commit 6a3789a730
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
catch ( e )
{
body.style.color = 'red';
body.innerHTML = '<p>' + e.toString() + '</p>' +
body.innerHTML = '<p>' + e.message + '</p>' +
'<p><em>ease.js is not guaranteed to run properly within this ' +
'browser.</em></p>' +
'<p>If building ease.js, remember to run <tt>`make combine` ' +