1
0
Fork 0

Altered browser-test.html failure message

closure/master
Mike Gerwitz 2010-12-28 13:37:53 -05:00
parent 729d7083da
commit 7b69a09a5a
1 changed files with 5 additions and 2 deletions

View File

@ -25,8 +25,11 @@
{
body.style.color = 'red';
body.innerHTML = '<p>' + e.toString() + '</p>' +
'<p>Remember to run <tt>`make combine`</tt> and ensure that ' +
'easejs-full.js is in the same directory as this file.</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` ' +
'</tt> and ensure that easejs-full.js is in the same directory ' +
'this file.</p>'
;
}
/* ]]> */