From 5f62b671a3f16fc5e6147b48e5eb2ba05edfd758 Mon Sep 17 00:00:00 2001 From: John Resig Date: Fri, 12 May 2006 16:52:18 +0000 Subject: [PATCH] Safari has problems with throw? Commented out for now... --- jquery/jquery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery/jquery.js b/jquery/jquery.js index b9cb311e..b9f575be 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);*/