on error logging didn't work really well

This commit is contained in:
Peter 'Pita' Martischka 2012-11-03 17:26:55 +00:00
parent c99a256acd
commit a5870b94df
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ $(function(){
append("FINISHED -", stats.passes, "tests passed,", stats.failures, "tests failed, duration: " + minutes + ":" + seconds);
}
});
$(window).on('error', function(e){
append("[red]Uncaught Javascript Error:[clear]", stringifyException(e));
})
}
}