git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5adf740
)
Disabled the test suite in Safari.
author
John Resig
<jeresig@gmail.com>
Wed, 28 Feb 2007 16:59:36 +0000
(16:59 +0000)
committer
John Resig
<jeresig@gmail.com>
Wed, 28 Feb 2007 16:59:36 +0000
(16:59 +0000)
build/test/data/testrunner.js
patch
|
blob
|
history
diff --git
a/build/test/data/testrunner.js
b/build/test/data/testrunner.js
index
899d670
..
78395aa
100644
(file)
--- a/
build/test/data/testrunner.js
+++ b/
build/test/data/testrunner.js
@@
-16,8
+16,9
@@
var _config = {
$(function() {
$('#userAgent').html(navigator.userAgent);
if($.browser.safari)
- $("h1").append(" - Slowed down for Safari to prevent crashes");
- runTest();
+ $("h1").append(" - Disabled for Safari");
+ else
+ runTest();
});
function synchronize(callback) {