From 6a3789a730a4fd0d36e4372767e58e6fd56b7219 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 6 Mar 2011 10:20:38 -0500 Subject: [PATCH] Test failure message will now show up in browsers like IE6 --- tools/browser-test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/browser-test.html b/tools/browser-test.html index bf5146f..938505d 100644 --- a/tools/browser-test.html +++ b/tools/browser-test.html @@ -24,7 +24,7 @@ catch ( e ) { body.style.color = 'red'; - body.innerHTML = '

' + e.toString() + '

' + + body.innerHTML = '

' + e.message + '

' + '

ease.js is not guaranteed to run properly within this ' + 'browser.

' + '

If building ease.js, remember to run `make combine` ' +