Skip to content

Commit

Permalink
bugfix to test_harness.html error handler
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Jan 11, 2012
1 parent 67001ec commit d94b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_harness.html
Expand Up @@ -17,7 +17,7 @@

<script type="text/javascript">
window.onerror=function(msg){
document.html.body.attr("JSError",msg);
document.html.body.setAttribute("JSError",msg);
}
</script>

Expand Down

0 comments on commit d94b03d

Please sign in to comment.