Safari has problems with throw? Commented out for now...
authorJohn Resig <jeresig@gmail.com>
Fri, 12 May 2006 16:52:18 +0000 (16:52 +0000)
committerJohn Resig <jeresig@gmail.com>
Fri, 12 May 2006 16:52:18 +0000 (16:52 +0000)
jquery/jquery.js

index b9cb311..b9f575b 100644 (file)
@@ -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);*/