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
(from parent 1:
4233896
)
Safari has problems with throw? Commented out for now...
author
John Resig
<jeresig@gmail.com>
Fri, 12 May 2006 16:52:18 +0000
(16:52 +0000)
committer
John Resig
<jeresig@gmail.com>
Fri, 12 May 2006 16:52:18 +0000
(16:52 +0000)
jquery/jquery.js
patch
|
blob
|
history
diff --git
a/jquery/jquery.js
b/jquery/jquery.js
index
b9cb311
..
b9f575b
100644
(file)
--- a/
jquery/jquery.js
+++ b/
jquery/jquery.js
@@
-753,7
+753,7
@@
$.fn.text = function(e) {
return t;
};
-setTimeout(function(){
+/*setTimeout(function(){
if ( typeof Prototype != "undefined" && $.g == null && $.clean == null )
throw "Error: You are overwriting jQuery, please include jQuery last.";
-}, 1000);
+}, 1000);*/