Altered browser-test.html failure message
parent
729d7083da
commit
7b69a09a5a
|
@ -25,8 +25,11 @@
|
||||||
{
|
{
|
||||||
body.style.color = 'red';
|
body.style.color = 'red';
|
||||||
body.innerHTML = '<p>' + e.toString() + '</p>' +
|
body.innerHTML = '<p>' + e.toString() + '</p>' +
|
||||||
'<p>Remember to run <tt>`make combine`</tt> and ensure that ' +
|
'<p><em>ease.js is not guaranteed to run properly within this ' +
|
||||||
'easejs-full.js is in the same directory as this file.</p>'
|
'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>'
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
/* ]]> */
|
/* ]]> */
|
||||||
|
|
Loading…
Reference in New Issue