Disabled the test suite in Safari.

This commit is contained in:
John Resig 2007-02-28 16:59:36 +00:00
parent 5adf740a15
commit f8fcc9525d

View File

@ -16,8 +16,9 @@ var _config = {
$(function() { $(function() {
$('#userAgent').html(navigator.userAgent); $('#userAgent').html(navigator.userAgent);
if($.browser.safari) if($.browser.safari)
$("h1").append(" - Slowed down for Safari to prevent crashes"); $("h1").append(" - Disabled for Safari");
runTest(); else
runTest();
}); });
function synchronize(callback) { function synchronize(callback) {