From: John Resig Date: Fri, 12 May 2006 16:52:18 +0000 (+0000) Subject: Safari has problems with throw? Commented out for now... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=5f62b671a3f16fc5e6147b48e5eb2ba05edfd758;p=jquery.git Safari has problems with throw? Commented out for now... --- diff --git a/jquery/jquery.js b/jquery/jquery.js index b9cb311..b9f575b 100644 --- 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);*/